Commit 13312d64 authored by Tachibana's avatar Tachibana

ybb

parent ecd9edcc
Pipeline #10369 passed with stages
in 27 minutes and 34 seconds
......@@ -12,7 +12,7 @@ function cm.initial_effect(c)
e1:SetCondition(function(e,c)
if c==nil then return true end
return Duel.GetLocationCount(c:GetControler(),LOCATION_MZONE)>0
and Duel.IsExistingMatchingCard(cm.cf1,c:GetControler(),LOCATION_MZONE,0,1,nil)
and Duel.IsExistingMatchingCard(cm.cf11,c:GetControler(),LOCATION_MZONE,0,1,nil)
end)
c:RegisterEffect(e1)
--e2
......
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