From c537571c713b34caf4a3dd5b81d7ce3f6085f094 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Mon, 21 Aug 2017 03:02:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20hotfix=20WD20-004=20onPlay?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CardInfo.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CardInfo.js b/CardInfo.js index 3bacbc8..62626b1 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -120597,7 +120597,10 @@ var CardInfo = { costCoin: 2, actionAsyn: function () { this.player.draw(1); - return this.player.discardAsyn(1); + return this.player.selectAsyn('TARGET',this.player.hands).callback(this,function (card) { + if (!card) return; + card.moveTo(this.player.enerZone); + }); }, }], },