Commit f9eba4da authored by mercury233's avatar mercury233 Committed by GitHub

update (#1069)

parent 07e5f529
...@@ -138,5 +138,4 @@ function c24010609.setop(e,tp,eg,ep,ev,re,r,rp) ...@@ -138,5 +138,4 @@ function c24010609.setop(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
tc=tg:GetNext() tc=tg:GetNext()
end end
Duel.ConfirmCards(1-tp,tg)
end end
...@@ -75,7 +75,6 @@ function c29649320.setop(e,tp,eg,ep,ev,re,r,rp) ...@@ -75,7 +75,6 @@ function c29649320.setop(e,tp,eg,ep,ev,re,r,rp)
if tc then if tc then
local sg=Group.FromCards(c,tc) local sg=Group.FromCards(c,tc)
Duel.SSet(tp,sg) Duel.SSet(tp,sg)
Duel.ConfirmCards(1-tp,sg)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_TRAP_ACT_IN_SET_TURN) e1:SetCode(EFFECT_TRAP_ACT_IN_SET_TURN)
......
...@@ -48,7 +48,6 @@ function c6713443.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -48,7 +48,6 @@ function c6713443.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SET) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SET)
local setg=sg:Select(tp,1,ft2,nil) local setg=sg:Select(tp,1,ft2,nil)
Duel.SSet(tp,setg) Duel.SSet(tp,setg)
Duel.ConfirmCards(1-tp,setg)
end end
end end
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