[JUD][FUT] Add Wish

This commit is contained in:
Plopman 2012-10-30 13:12:52 +01:00
parent 1fdccc6463
commit b4a8bb2df0
8 changed files with 871 additions and 2 deletions

View file

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