Commit ac8b180f authored by TanakaKotoha's avatar TanakaKotoha

foo foo

parent e2f99b7f
...@@ -21,11 +21,11 @@ function cm.initial_effect(c) ...@@ -21,11 +21,11 @@ function cm.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function cm.cfilter1(c,tp) function cm.cfilter1(c,tp)
return c:GetSequence()>=5 and c:IsControler(1-tp) return c:GetSequence()>=5
end end
function cm.frccon(e) function cm.frccon(e)
local tp=e:GetHandlerPlayer() local tp=e:GetHandlerPlayer()
return not Duel.IsExistingMatchingCard(cm.cfilter1,tp,LOCATION_MZONE,0,1,nil,tp) return not Duel.IsExistingMatchingCard(cm.cfilter1,1-tp,LOCATION_MZONE,0,1,nil,tp)
end end
function cm.frcval(e,c,fp,rp,r) function cm.frcval(e,c,fp,rp,r)
return 2^6+2^22+2^7+2^21 return 2^6+2^22+2^7+2^21
......
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