From 84d714baa762f25ff425c0a185a28cf368b9b9fe Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Sun, 24 Sep 2017 21:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=20fix=20review=20(WX17-blue)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CardInfo.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CardInfo.js b/CardInfo.js index ff467f5..7f5e5fb 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -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) {