Commit 24d649fa authored by TanakaKotoha's avatar TanakaKotoha

lbw

parent 27bbac9f
......@@ -54,11 +54,11 @@ function cm.regop(e,tp,eg,ep,ev,re,r,rp)
end
end
function cm.hspcon(e,c)
if c==nil then return true end
local tp=c:GetControler()
for i=1,10 do
if Duel.GetFlagEffect(tp,17030599+i)==0 then return end
end
if c==nil then return true end
local tp=c:GetControler()
return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
end
function cm.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
......
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