Commit d948907b authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 8e83a379
Pipeline #543 passed with stages
in 42 minutes and 1 second
......@@ -21,7 +21,7 @@ end
function cm.spcon(e,c)
if c==nil then return true end
local tp=c:GetControler()
local cc=Duel.GetFlagEffect(tp,12048004)
if not c:GetReasonEffect() then return false end
local tt=c:GetReasonEffect():GetHandler()
return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and srre.check_set_HakaShiro(tt)
end
......
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