Commit a77c7280 authored by Huangnan's avatar Huangnan

fix

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