Commit 5c969dc4 authored by Amiya's avatar Amiya

Update c101304024.lua

parent 18fd78ef
Pipeline #42297 failed with stages
in 1 minute and 27 seconds
...@@ -91,7 +91,11 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -91,7 +91,11 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EFFECT_CANNOT_ACTIVATE) e1:SetCode(EFFECT_CANNOT_ACTIVATE)
e1:SetTargetRange(1,0) e1:SetTargetRange(1,0)
e1:SetValue(s.aclimit) e1:SetValue(s.aclimit)
e1:SetReset(RESET_PHASE+PHASE_END,2) if Duel.GetTurnPlayer()==tp then
e1:SetReset(RESET_PHASE+PHASE_END+RESET_SELF_TURN,2)
else
e1:SetReset(RESET_PHASE+PHASE_END+RESET_SELF_TURN,1)
end
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
end end
function s.aclimit(e,re,tp) function s.aclimit(e,re,tp)
......
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