From 7b204dc7f8f30c40eb238146864a03fd49fdb737 Mon Sep 17 00:00:00 2001 From: deardrops Date: Wed, 8 Feb 2017 13:50:06 +0800 Subject: [PATCH] fix card-1437 --- CardInfo.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CardInfo.js b/CardInfo.js index 25cd671..ad9cdcd 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -87852,6 +87852,9 @@ var CardInfo = { var effect = this.game.newEffect({ source: this, description: '1437-const-0', + triggerCondition: function () { + return !this.player.addCardTohandBanned + }, actionAsyn: function () { this.player.draw(1); }