Commit 4b9b9863 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12035011.lua

parent 691b7eaa
...@@ -159,7 +159,7 @@ function cm.tnop(e,tp,eg,ep,ev,re,r,rp) ...@@ -159,7 +159,7 @@ function cm.tnop(e,tp,eg,ep,ev,re,r,rp)
end end
function cm.condition(e,tp,eg,ep,ev,re,r,rp) function cm.condition(e,tp,eg,ep,ev,re,r,rp)
local ct=Duel.GetCurrentChain() local ct=Duel.GetCurrentChain()
return ct<2 return not ct or ct<2
end end
function cm.efilter(e,te) function cm.efilter(e,te)
return e:GetOwnerPlayer()~=re:GetOwnerPlayer() return e:GetOwnerPlayer()~=re:GetOwnerPlayer()
......
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