fixed a test failure

This commit is contained in:
Evan Kranzler 2021-05-05 09:46:12 -04:00
parent 373a7f689e
commit ff64cb0cec

View file

@ -53,11 +53,11 @@ class MnemonicBetrayalExileEffect extends OneShotEffect {
public MnemonicBetrayalExileEffect() { public MnemonicBetrayalExileEffect() {
super(Outcome.Benefit); super(Outcome.Benefit);
this.staticText = "exile all cards from all opponents graveyards. " + this.staticText = "exile all cards from all opponents' graveyards. " +
"You may cast spells from among those cards this turn, " + "You may cast spells from among those cards this turn, " +
"and you may spend mana as though it were mana of any type to cast those spells. " + "and you may spend mana as though it were mana of any type to cast those spells. " +
"At the beginning of the next end step, if any of those cards remain exiled, " + "At the beginning of the next end step, if any of those cards remain exiled, " +
"return them to their owners graveyards"; "return them to their owners' graveyards";
} }
public MnemonicBetrayalExileEffect(final MnemonicBetrayalExileEffect effect) { public MnemonicBetrayalExileEffect(final MnemonicBetrayalExileEffect effect) {