mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-18 19:56:02 +01: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."
|
||||
],
|
||||
spellEffect : {
|
||||
targets: function () {
|
||||
getTargets: function () {
|
||||
return this.player.trashZone.cards.filter(function (card) {
|
||||
return (card.type === 'SIGNI') && card.hasClass('悪魔');
|
||||
},this);
|
||||
|
|
Loading…
Reference in a new issue