1
0
Fork 0

fix PR-322 action 1st

This commit is contained in:
WEBXOSS 2017-05-11 14:47:18 +08:00
parent b839737f9b
commit 837f824f07

View file

@ -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;