mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08: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…
Add table
Add a link
Reference in a new issue