Commit 3c22bc01 authored by Tachibana's avatar Tachibana

得得得得得

parent 4aa7791f
Pipeline #12500 passed with stages
in 31 minutes and 53 seconds
......@@ -43,10 +43,10 @@ function cm.initial_effect(c)
c:RegisterEffect(e3)
end
function cm.matfilter(c)
return c:GetSequence()<5
return c:GetSequence()<5 and c:IsOnField()
end
function cm.mbtfilter(c)
return c:GetSequence()>4
return c:GetSequence()>4 and c:IsOnField()
end
function cm.afilter(c)
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