forked from External/mage
Some changes related to #4893.
This commit is contained in:
parent
9919a3403d
commit
cddd81123b
37 changed files with 245 additions and 137 deletions
|
|
@ -3687,7 +3687,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
final Spell spell = (Spell) card;
|
||||
if (spell.isCopiedSpell()) {
|
||||
// Copied spell, only remove from stack
|
||||
game.getStack().remove(spell);
|
||||
game.getStack().remove(spell, game);
|
||||
}
|
||||
}
|
||||
game.informPlayers(this.getLogName() + " moves " + (withName ? card.getLogName() + (card.isCopy() ? " (Copy)" : "") : "a card face down") + ' '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue