forked from External/mage
* Copy spell - improved support for some cards and abilities (#8074);
This commit is contained in:
parent
6e0184a38d
commit
530cd627cc
5 changed files with 108 additions and 50 deletions
|
|
@ -4472,7 +4472,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
} else if (card instanceof Spell) {
|
||||
final Spell spell = (Spell) card;
|
||||
if (spell.isCopy()) {
|
||||
// Copied spell, only remove from stack
|
||||
// copied spell, only remove from stack
|
||||
game.getStack().remove(spell, game);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue