From 1af36988a20325166d01be8f30969e94433533f2 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Tue, 22 Aug 2017 10:38:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20hotfix=20WD20-006?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CardInfo.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CardInfo.js b/CardInfo.js index d080c5f..a9e576f 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -116457,6 +116457,8 @@ var CardInfo = { return this.player.selectSomeAsyn('TRASH',cards,2,2).callback(this,function (cards) { return this.game.trashCards(cards); }); + }).callback(this,function () { + return this.player.opponent.discardAsyn(2); }).callback(this,function () { this.player.addLifeCloth(); if (this.game.turnPlayer === this.player) return;