From 057995218e21a5ac1f438b19d49dd9541333fd04 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Thu, 15 Jun 2017 23:40:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20WX16-041=20burst?= 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 2d2f4a2..89b1a3f 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -118930,7 +118930,7 @@ var CardInfo = { burstEffect: { actionAsyn: function () { var filter = function (card) { - return card.hasClass('トリック'); + return card.trap; }; return this.player.seekAsyn(filter,1); },