Fix countering of spell copies.

This commit is contained in:
Nathaniel Brandes 2016-05-18 02:33:16 -07:00
parent 11158d5fa4
commit 95b2d76ab1

View file

@ -364,6 +364,8 @@ public class Spell extends StackObjImpl implements Card {
player.moveCards(card, zone, counteringAbility, game, false, false, owner, null);
}
}
} else {
card.removeFromZone(game, Zone.STACK, sourceId);
}
}