Commit 3c22bc01 authored by Tachibana's avatar Tachibana

得得得得得

parent 4aa7791f
...@@ -43,10 +43,10 @@ function cm.initial_effect(c) ...@@ -43,10 +43,10 @@ function cm.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function cm.matfilter(c) function cm.matfilter(c)
return c:GetSequence()<5 return c:GetSequence()<5 and c:IsOnField()
end end
function cm.mbtfilter(c) function cm.mbtfilter(c)
return c:GetSequence()>4 return c:GetSequence()>4 and c:IsOnField()
end end
function cm.afilter(c) function cm.afilter(c)
return c:IsFaceup() and c:IsType(TYPE_FUSION) return c:IsFaceup() and c:IsType(TYPE_FUSION)
......
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