From e567fcfcb8b9354868a528a70e9cd4e507b43c74 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Sat, 10 Dec 2016 22:32:21 +0800 Subject: [PATCH] Hotfix WX14-010 --- CardInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CardInfo.js b/CardInfo.js index 7d104c1..12b1fe7 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -123104,7 +123104,7 @@ var CardInfo = { if (colors.length === 1) return colors[0]; return this.player.selectTextAsyn('COLOR',colors); }).callback(this,function (color) { - if (color === 'black') return black; + if (color === 'red') return red; return green; }); },