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) ...@@ -13,5 +13,5 @@ function cm.initial_effect(c)
end end
function cm.con(e,tp,eg,ep,ev,re,r,rp) function cm.con(e,tp,eg,ep,ev,re,r,rp)
local ec=e:GetLabelObject() 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 end
\ No newline at end of file
...@@ -15,8 +15,7 @@ function cm.initial_effect(c) ...@@ -15,8 +15,7 @@ function cm.initial_effect(c)
end end
--e1 --e1
function cm.con(e,tp,eg,ep,ev,re,r,rp) function cm.con(e,tp,eg,ep,ev,re,r,rp)
--return Duel.GetTurnPlayer()==1-tp return Duel.GetTurnPlayer()==1-tp
return true
end end
function cm.mttg(e,c) 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