Commit 9b83fdac authored by wind2009's avatar wind2009

Fix 四天の龍 スターヴ・ヴェノム・フュージョン・ドラゴン

parent 3990c9cc
Pipeline #42146 passed with stages
in 3 minutes and 5 seconds
...@@ -32,7 +32,7 @@ function s.ffilter(c) ...@@ -32,7 +32,7 @@ function s.ffilter(c)
return c:IsFusionAttribute(ATTRIBUTE_DARK) and c:IsOnField() return c:IsFusionAttribute(ATTRIBUTE_DARK) and c:IsOnField()
end end
function s.nefilter(c) function s.nefilter(c)
return aux.NegateMonsterFilter(c) or not c:IsAttack(0) or not c:IsAttribute(ATTRIBUTE_DARK) return (aux.NegateMonsterFilter(c) or not c:IsAttack(0) or not c:IsAttribute(ATTRIBUTE_DARK)) and c:IsFaceup()
end end
function s.distg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.distg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and s.nefilter(chkc) and chkc~=e:GetHandler() end if chkc then return chkc:IsLocation(LOCATION_MZONE) and s.nefilter(chkc) and chkc~=e:GetHandler() end
......
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