From 8aa45b8aad6835fdb1874ed6266d679b32e764eb Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Mon, 31 Oct 2016 12:06:04 +0800 Subject: [PATCH] Hotfix --- CardInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CardInfo.js b/CardInfo.js index 100e3f6..1632679 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -19321,7 +19321,7 @@ var CardInfo = { "Add one SIGNI from your trash to your hand." ], spellEffect : { - targets: function () { + getTargets: function () { return this.player.trashZone.cards.filter(function (card) { return (card.type === 'SIGNI') && card.hasClass('悪魔'); },this);