This commit is contained in:
WEBXOSS 2016-10-31 12:06:04 +08:00
parent d22a660462
commit 8aa45b8aad

View file

@ -19321,7 +19321,7 @@ var CardInfo = {
"Add one <Devil> 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);