From 648df21225ea09c8d736ec00fa0c95a1d8b72790 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Tue, 13 Jun 2017 20:50:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20WX16-006=20fatal=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CardInfo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CardInfo.js b/CardInfo.js index 0535657..31fda37 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -117264,9 +117264,9 @@ var CardInfo = { "ターン終了時まで、あなたのシグニ1体は「バニッシュされない。」を得る。", "あなたのトラッシュからあなたのルリグと同じ色を持つシグニを2枚まで手札に加える。", ], - costChange: function () { + // costChange: function () { // TODO... - }, + // }, useCondition: function () { return !this.player.lrig.hasColor('colorless'); },