Commit b68467f6 authored by Clara Grace Paulsen's avatar Clara Grace Paulsen Committed by GitHub

fix 工作箱 (#2026)

parent 2ba11595
...@@ -35,10 +35,10 @@ function c70508653.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -35,10 +35,10 @@ function c70508653.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CONFIRM) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CONFIRM)
local sg=g:SelectSubGroup(tp,aux.dncheck,false,2,2) local sg=g:SelectSubGroup(tp,aux.dncheck,false,2,2)
Duel.ConfirmCards(1-tp,sg) Duel.ConfirmCards(1-tp,sg)
Duel.ShuffleDeck(tp)
local tg=sg:RandomSelect(1-tp,1) local tg=sg:RandomSelect(1-tp,1)
tg:GetFirst():SetStatus(STATUS_TO_HAND_WITHOUT_CONFIRM,true) tg:GetFirst():SetStatus(STATUS_TO_HAND_WITHOUT_CONFIRM,true)
Duel.SendtoHand(tg,nil,REASON_EFFECT) Duel.SendtoHand(tg,nil,REASON_EFFECT)
Duel.ShuffleDeck(tp)
local tc2=(sg-tg):GetFirst() local tc2=(sg-tg):GetFirst()
Duel.MoveSequence(tc2,SEQ_DECKBOTTOM) Duel.MoveSequence(tc2,SEQ_DECKBOTTOM)
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