Commit a8add1c4 authored by Tachibana's avatar Tachibana

1145141919810

parent 8d0680a6
Pipeline #14354 passed with stages
in 34 minutes and 33 seconds
......@@ -13,5 +13,5 @@ function cm.initial_effect(c)
end
function cm.con(e,tp,eg,ep,ev,re,r,rp)
local ec=e:GetLabelObject()
return (ec==nil or ec:GetFlagEffect(35700200)==0) and Duel.GetTurnPlayer()~=tp
return (ec==nil or ec:GetFlagEffect(m)==0) and Duel.GetTurnPlayer()~=tp
end
\ No newline at end of file
......@@ -15,8 +15,7 @@ function cm.initial_effect(c)
end
--e1
function cm.con(e,tp,eg,ep,ev,re,r,rp)
--return Duel.GetTurnPlayer()==1-tp
return true
return Duel.GetTurnPlayer()==1-tp
end
function cm.mttg(e,c)
......
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