forked from External/mage
Added copyCard method into Game interface
This commit is contained in:
parent
169277dd7b
commit
435798f7d5
3 changed files with 18 additions and 1 deletions
|
|
@ -101,7 +101,9 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
|
|||
return result;
|
||||
}
|
||||
}
|
||||
card.moveToZone(Zone.GRAVEYARD, ability.getId(), game, false);
|
||||
if (!card.isCopy()) {
|
||||
card.moveToZone(Zone.GRAVEYARD, ability.getId(), game, false);
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue