forked from External/mage
[JUD][FUT] Add Wish
This commit is contained in:
parent
1fdccc6463
commit
b4a8bb2df0
8 changed files with 871 additions and 2 deletions
|
|
@ -101,7 +101,7 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
|
|||
return result;
|
||||
}
|
||||
}
|
||||
if (!card.isCopy()) {
|
||||
if (!card.isCopy() && game.getState().getZone(card.getId()) == Zone.STACK) {
|
||||
card.moveToZone(Zone.GRAVEYARD, ability.getId(), game, false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue