From 837f824f078f1074d0280dc6841601180f7a43f9 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Thu, 11 May 2017 14:47:18 +0800 Subject: [PATCH] fix PR-322 action 1st --- CardInfo.js | 1 + 1 file changed, 1 insertion(+) diff --git a/CardInfo.js b/CardInfo.js index 9f778f2..a6bccc7 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -102748,6 +102748,7 @@ var CardInfo = { if (cards_deck.length < 2) return; var len = cards_deck.length; return this.player.selectSomeAsyn('SET_ORDER',cards_deck,len,len,true).callback(this,function (cards) { + this.game.moveCards(cards,this.player.mainDeck); this.player.mainDeck.moveCardsToBottom(cards); return this.player.selectOpponentSigniAsyn().callback(this,function (card) { if (!card) return;