Commit 3226f58f authored by gg123gg's avatar gg123gg

Update c12062082.lua

parent 7de2c3d5
Pipeline #6649 failed with stages
in 48 minutes and 19 seconds
...@@ -28,7 +28,7 @@ end ...@@ -28,7 +28,7 @@ end
function cm.spcon(e,c) function cm.spcon(e,c)
if c==nil then return true end if c==nil then return true end
local tp=e:GetHandlerPlayer() local tp=e:GetHandlerPlayer()
return Duel.GetFlagEffect(tp,12062080)==0 return Duel.GetFlagEffect(tp,12026080)==0
end end
function cm.thfilter(c) function cm.thfilter(c)
return aux.IsCodeListed(c,12062000) and c:IsAbleToHand() return aux.IsCodeListed(c,12062000) and c:IsAbleToHand()
......
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