mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-04-03 17:39:16 +02:00
Hotfix
This commit is contained in:
parent
d22a660462
commit
8aa45b8aad
1 changed files with 1 additions and 1 deletions
|
@ -19321,7 +19321,7 @@ var CardInfo = {
|
||||||
"Add one <Devil> SIGNI from your trash to your hand."
|
"Add one <Devil> SIGNI from your trash to your hand."
|
||||||
],
|
],
|
||||||
spellEffect : {
|
spellEffect : {
|
||||||
targets: function () {
|
getTargets: function () {
|
||||||
return this.player.trashZone.cards.filter(function (card) {
|
return this.player.trashZone.cards.filter(function (card) {
|
||||||
return (card.type === 'SIGNI') && card.hasClass('悪魔');
|
return (card.type === 'SIGNI') && card.hasClass('悪魔');
|
||||||
},this);
|
},this);
|
||||||
|
|
Loading…
Reference in a new issue