Commit 251793cb authored by Amiya's avatar Amiya

修复

parent 0ce59248
Pipeline #31762 passed with stages
in 1 minute and 17 seconds
...@@ -65,6 +65,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -65,6 +65,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
e2:SetProperty(EFFECT_FLAG_IGNORE_RANGE+EFFECT_FLAG_IGNORE_IMMUNE) e2:SetProperty(EFFECT_FLAG_IGNORE_RANGE+EFFECT_FLAG_IGNORE_IMMUNE)
e2:SetTargetRange(0xff,0) e2:SetTargetRange(0xff,0)
e2:SetTarget(s.tlmtg) e2:SetTarget(s.tlmtg)
e2:SetValue(1)
e2:SetReset(RESET_PHASE+PHASE_END) e2:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e2,tp) Duel.RegisterEffect(e2,tp)
end end
......
...@@ -83,6 +83,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -83,6 +83,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
e2:SetProperty(EFFECT_FLAG_IGNORE_RANGE+EFFECT_FLAG_IGNORE_IMMUNE) e2:SetProperty(EFFECT_FLAG_IGNORE_RANGE+EFFECT_FLAG_IGNORE_IMMUNE)
e2:SetTargetRange(0xff,0) e2:SetTargetRange(0xff,0)
e2:SetTarget(s.tlmtg) e2:SetTarget(s.tlmtg)
e2:SetValue(1)
e2:SetReset(RESET_PHASE+PHASE_END) e2:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e2,tp) Duel.RegisterEffect(e2,tp)
local ft=Duel.GetLocationCount(tp,LOCATION_MZONE) local ft=Duel.GetLocationCount(tp,LOCATION_MZONE)
......
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