Commit 2f555746 authored by DailyShana's avatar DailyShana

fix

parent 8ba0192f
...@@ -80,7 +80,7 @@ function c67120578.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -80,7 +80,7 @@ function c67120578.spop(e,tp,eg,ep,ev,re,r,rp)
e2:SetTargetRange(0x7f,0x7f) e2:SetTargetRange(0x7f,0x7f)
e2:SetTarget(c67120578.splimtg_target) e2:SetTarget(c67120578.splimtg_target)
e2:SetValue(c67120578.splimtg_value) e2:SetValue(c67120578.splimtg_value)
e2:SetLabel(tp) e2:SetOwnerPlayer(tp)
e2:SetReset(RESET_PHASE+PHASE_END) e2:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e2,tp) Duel.RegisterEffect(e2,tp)
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
...@@ -96,7 +96,7 @@ function c67120578.splimtg_target(e,c) ...@@ -96,7 +96,7 @@ function c67120578.splimtg_target(e,c)
end end
function c67120578.splimtg_value(e,c) function c67120578.splimtg_value(e,c)
if not c then return false end if not c then return false end
return c:GetControler()~=e:GetLabel() return c:GetControler()==e:GetOwnerPlayer()
end end
function c67120578.splimit(e,c,sump,sumtype,sumpos,targetp,se) function c67120578.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return sumtype~=SUMMON_TYPE_XYZ return sumtype~=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