From d29373b2f52a31b1653c7ad5d5e6369cf3c7d334 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Sun, 5 Mar 2017 11:45:44 +0800 Subject: [PATCH] fix WD17-001 action --- CardInfo.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CardInfo.js b/CardInfo.js index 6b0bc03..e0254c3 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -124608,9 +124608,7 @@ var CardInfo = { source: card, description: '2000-action-0', triggerCondition: function (event) { - if (!event.card) return false; - let opposingSigni = event.card.getOpposingSigni() - return (opposingSigni === this); + return (event.opposingSigni === this); }, condition: function () { return !this.isUp;