Commit ac8b180f authored by TanakaKotoha's avatar TanakaKotoha

foo foo

parent e2f99b7f
......@@ -21,12 +21,12 @@ function cm.initial_effect(c)
c:RegisterEffect(e2)
end
function cm.cfilter1(c,tp)
return c:GetSequence()>=5 and c:IsControler(1-tp)
return c:GetSequence()>=5
end
function cm.frccon(e)
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
function cm.frcval(e,c,fp,rp,r)
return 2^6+2^22+2^7+2^21
end
end
\ No newline at end of file
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