mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
- Fixed typo in last commit.
This commit is contained in:
parent
807a67389a
commit
c1b8ae2865
1 changed files with 2 additions and 2 deletions
|
@ -129,8 +129,8 @@ class MnemonicBetrayalCastFromExileEffect extends AsThoughEffectImpl {
|
|||
}
|
||||
return objectId.equals(card.getId())
|
||||
&& card.getZoneChangeCounter(game) == zoneCounter
|
||||
&& affectedControllerId.equals(source.getControllerId()
|
||||
&& !card.isLand()); // cast only not play
|
||||
&& affectedControllerId.equals(source.getControllerId())
|
||||
&& !card.isLand(); // cast only not play
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue