Commit c960986b authored by Amiya's avatar Amiya

修复

parent c296b8db
Pipeline #41188 passed with stages
in 2 minutes and 4 seconds
...@@ -52,7 +52,7 @@ end ...@@ -52,7 +52,7 @@ end
function s.descon(e,tp,eg,ep,ev,re,r,rp) function s.descon(e,tp,eg,ep,ev,re,r,rp)
local rc=re:GetHandler() local rc=re:GetHandler()
return rp==tp and re:IsHasType(EFFECT_TYPE_ACTIVATE) return rp==tp and re:IsHasType(EFFECT_TYPE_ACTIVATE)
and (rc:GetType()==TYPE_TRAP or rc:GetType()&TYPE_QUICKPLAY) and (rc:GetType()==TYPE_TRAP or rc:GetType()&TYPE_QUICKPLAY==TYPE_QUICKPLAY)
and rc:IsSetCard(0x18b) and rc:IsSetCard(0x18b)
end end
function s.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment