forked from mirrors/webxoss-core
fix PR-322 action 1st
This commit is contained in:
parent
b839737f9b
commit
837f824f07
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue