From 74c67eeaf68d739b954dbd5ce4c8cec49ee45d3c Mon Sep 17 00:00:00 2001
From: WEBXOSS <webxoss@gmail.com>
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 182f0cb..e44cd27 100644
--- a/CardInfo.js
+++ b/CardInfo.js
@@ -124023,7 +124023,7 @@ var CardInfo = {
         },this);
       },
       actionAsyn: function (target) {
-        return this.game.bounceCardsToDeckAsyn([targets]);
+        return this.game.bounceCardsToDeckAsyn([target]);
       },
     },
     // ======================
@@ -124739,6 +124739,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) {