Commit cc29e8ac authored by Tachibana's avatar Tachibana

tnndx

parent 2a1cd178
...@@ -37,7 +37,7 @@ function cm.initial_effect(c) ...@@ -37,7 +37,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function cm.spfilter(c,e) function cm.spfilter(c,e)
return c:IsAttackAbove(1000) and c:IsAbleToDecreaseAttackAsCost(1000) and c:IsFaceup() and not c:IsImmuneToEffect(e) return c:IsAttackAbove(1000) and c:IsFaceup() and not c:IsHasEffect(EFFECT_REVERSE_UPDATE)
end end
function cm.spcon(e,c) function cm.spcon(e,c)
if c==nil then return true end if c==nil then return true 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