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);