Commit 8ca45d7e authored by Amiya's avatar Amiya

修复

parent 850a100d
Pipeline #42097 failed with stages
in 2 minutes and 28 seconds
...@@ -85,8 +85,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -85,8 +85,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
local sg=Duel.GetTargetsRelateToChain() local sg=Duel.GetTargetsRelateToChain()
if sg:GetCount()<2 or Duel.IsPlayerAffectedByEffect(tp,59822133) if sg:GetCount()<2 or Duel.IsPlayerAffectedByEffect(tp,59822133)
or sg:GetCount()>ft then return end or sg:GetCount()>ft then return end
local tc=sg:GetFirst() for tc in aux.Next(sg) do
while tc do
Duel.SpecialSummonStep(tc,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummonStep(tc,0,tp,tp,false,false,POS_FACEUP)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
...@@ -108,7 +107,6 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -108,7 +107,6 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
e4:SetDescription(aux.Stringid(id,1)) e4:SetDescription(aux.Stringid(id,1))
e4:SetProperty(EFFECT_FLAG_SINGLE_RANGE+EFFECT_FLAG_CLIENT_HINT) e4:SetProperty(EFFECT_FLAG_SINGLE_RANGE+EFFECT_FLAG_CLIENT_HINT)
tc:RegisterEffect(e4) tc:RegisterEffect(e4)
tc=g:GetNext()
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
end end
......
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