mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fixed a test failure
This commit is contained in:
parent
373a7f689e
commit
ff64cb0cec
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue