From 311321b2c106259055a385e4090b7448a1bf2977 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Sun, 18 Jun 2017 23:06:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20WX16-004=20arts?= 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 c09fcd7..8eef0dd 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -117177,7 +117177,7 @@ var CardInfo = { artsEffect: { actionAsyn: function (costArg) { var filter = function (card) { - return !card.isUp; + return card.isUp; }; return this.player.selectOpponentSigniAsyn(filter).callback(this,function (card) { if (!card) return;