Commit 2fa844ca authored by Huangnan's avatar Huangnan

fix

parent a77c7280
Pipeline #29881 passed with stages
in 36 minutes and 43 seconds
......@@ -96,8 +96,8 @@ function c60002281.spop(e,tp,eg,ep,ev,re,r,rp)
end
Duel.ShuffleDeck(tp)
Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_ATOHAND)
Duel.ConfirmCards(1-tp,cg)
local tg=cg:Select(1-tp,1,1,nil)
Duel.ConfirmCards(1-tp,tg)
local tc=tg:GetFirst()
if tc:IsAbleToHand() and Duel.SendtoHand(tc,nil,REASON_EFFECT)~=0 then
Duel.ConfirmCards(1-tp,tc)
......
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