- Fixed typo in last commit.

This commit is contained in:
jeffwadsworth 2020-07-02 09:46:47 -05:00
parent 807a67389a
commit c1b8ae2865

View file

@ -129,8 +129,8 @@ class MnemonicBetrayalCastFromExileEffect extends AsThoughEffectImpl {
} }
return objectId.equals(card.getId()) return objectId.equals(card.getId())
&& card.getZoneChangeCounter(game) == zoneCounter && card.getZoneChangeCounter(game) == zoneCounter
&& affectedControllerId.equals(source.getControllerId() && affectedControllerId.equals(source.getControllerId())
&& !card.isLand()); // cast only not play && !card.isLand(); // cast only not play
} }
} }