From bc581c351e5d1eef5da6d14445a486cab3a0e644 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Tue, 13 Jun 2017 23:00:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20WX16-028=202nd=20const=20c?= =?UTF-8?q?ost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CardInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CardInfo.js b/CardInfo.js index 4aaf9ec..0c6e676 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -118109,7 +118109,7 @@ var CardInfo = { var effect = this.game.newEffect({ source: this, description: '2300-const-1', - costGreen: 1, + costBlue: 1, triggerCondition: function () { return (this.zone === this.player.trashZone); },