From 26abccfcdd4c47fb31d70ca633ece2ac8c43c080 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Sun, 13 Aug 2017 21:24:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20WX16-036=203rd=20spell?= 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 6948060..7106e1a 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -118669,7 +118669,7 @@ var CardInfo = { var filter = function (card) { return (card.type === 'SIGNI') && card.hasColor('colorless'); }; - this.player.pickCardAsyn(filter); + return this.player.pickCardAsyn(filter); }, }], },