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

fix トライブ・ドライブ

parent 417fc3a7
......@@ -52,11 +52,13 @@ function c90969892.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(tc,nil,REASON_EFFECT)
end
sg:RemoveCard(tc)
Duel.SendtoDeck(sg,nil,SEQ_DECKTOP,REASON_EFFECT)
Duel.ShuffleDeck(tp)
Duel.MoveSequence(sg:GetFirst(),SEQ_DECKTOP)
Duel.MoveSequence(sg:GetNext(),SEQ_DECKTOP)
Duel.SortDecktop(tp,tp,2)
for i=1,2 do
local mg=Duel.GetDecktopGroup(tp,1)
Duel.MoveSequence(mg:GetFirst(),1)
Duel.MoveSequence(mg:GetFirst(),SEQ_DECKBOTTOM)
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