💩 fix review (WX17-blue)

This commit is contained in:
WEBXOSS 2017-09-24 21:50:47 +08:00
parent 3ceb807775
commit 84d714baa7

View file

@ -123975,7 +123975,7 @@ var CardInfo = {
},this); },this);
}, },
actionAsyn: function (target) { actionAsyn: function (target) {
return this.game.bounceCardsToDeckAsyn([targets]); return this.game.bounceCardsToDeckAsyn([target]);
}, },
}, },
// ====================== // ======================
@ -124691,6 +124691,7 @@ var CardInfo = {
},{ },{
costCoin: 2, costCoin: 2,
actionAsyn: function () { actionAsyn: function () {
if (!this.player.opponent.hands.length) return;
return this.player.showCardsAsyn(this.player.opponent.hands).callback(this,function () { return this.player.showCardsAsyn(this.player.opponent.hands).callback(this,function () {
return this.player.declareAsyn(1,5).callback(this,function (num) { return this.player.declareAsyn(1,5).callback(this,function (num) {
var cards = this.player.opponent.hands.filter(function (card) { var cards = this.player.opponent.hands.filter(function (card) {