mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fix countering of spell copies.
This commit is contained in:
parent
11158d5fa4
commit
95b2d76ab1
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue