From 6292bde7598f491782f35045d6ac83c7d82fe205 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Sun, 7 May 2017 22:51:51 +0800 Subject: [PATCH] fix WX15-058 onPlay cost --- CardInfo.js | 1 - 1 file changed, 1 deletion(-) diff --git a/CardInfo.js b/CardInfo.js index 3feb353..52f9091 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -107112,7 +107112,6 @@ var CardInfo = { "【出】手札から<調理>のシグニを1枚捨てる:あなたのデッキの上からカードを2枚エナゾーンに置く。" ], startUpEffects: [{ - costWhite: 1, costCondition: function () { return this.player.hands.some(function (card) { return card.hasClass('調理');