mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
* Lazav, Dimir Mastermind - Fixed that it came back from non battlefield zone to battlefield copying previous copied card.
This commit is contained in:
parent
ad0982618c
commit
7bb2bbe1fa
2 changed files with 46 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ class LazavDimirEffect extends ContinuousEffectImpl {
|
|||
Card card = game.getCard(getTargetPointer().getFirst(game, source));
|
||||
Permanent permanent = game.getPermanent(source.getSourceId());
|
||||
if (card == null || permanent == null) {
|
||||
discard();
|
||||
return false;
|
||||
}
|
||||
if (IdOfCopiedCard == null || !IdOfCopiedCard.equals(card.getId())) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue