From 59f3053c87bd1159177ad00914e655267e735e52 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Sun, 13 Nov 2016 14:01:48 +0800 Subject: [PATCH] Fix WX12-002 Action --- CardInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CardInfo.js b/CardInfo.js index 348263c..27db3d7 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -102315,7 +102315,7 @@ var CardInfo = { costColorless: 1, actionAsyn: function () { var cards = this.game.cards.filter(function (card) { - return (card.player === this.player) && (card.type === 'SIGNI') || (card.type === 'SPELL'); + return (card.player === this.player) && ((card.type === 'SIGNI') || (card.type === 'SPELL')); },this); this.game.addConstEffect({ source: this,