Commit e3fadc66 authored by Tachibana's avatar Tachibana

tnndx

parent 7723e277
...@@ -78,7 +78,7 @@ function cm.xyzop(e,tp,chk) ...@@ -78,7 +78,7 @@ function cm.xyzop(e,tp,chk)
if chk==0 then return Duel.GetLP(e:GetHandler():GetControler())<=2000 end if chk==0 then return Duel.GetLP(e:GetHandler():GetControler())<=2000 end
end end
function cm.efilter(e,te) function cm.efilter(e,te)
return te:GetOwner()~=e:GetOwner() return te:GetOwnerPlayer()~=e:GetOwnerPlayer()
end end
function cm.descon(e,tp,eg,ep,ev,re,r,rp) function cm.descon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_XYZ) return e:GetHandler():IsSummonType(SUMMON_TYPE_XYZ)
......
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