forked from mirrors/webxoss-core
💩 fix review (WX17-blue)
This commit is contained in:
parent
3ceb807775
commit
84d714baa7
1 changed files with 2 additions and 1 deletions
|
@ -123975,7 +123975,7 @@ var CardInfo = {
|
|||
},this);
|
||||
},
|
||||
actionAsyn: function (target) {
|
||||
return this.game.bounceCardsToDeckAsyn([targets]);
|
||||
return this.game.bounceCardsToDeckAsyn([target]);
|
||||
},
|
||||
},
|
||||
// ======================
|
||||
|
@ -124691,6 +124691,7 @@ var CardInfo = {
|
|||
},{
|
||||
costCoin: 2,
|
||||
actionAsyn: function () {
|
||||
if (!this.player.opponent.hands.length) return;
|
||||
return this.player.showCardsAsyn(this.player.opponent.hands).callback(this,function () {
|
||||
return this.player.declareAsyn(1,5).callback(this,function (num) {
|
||||
var cards = this.player.opponent.hands.filter(function (card) {
|
||||
|
|
Loading…
Reference in a new issue