mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
followup text fixes
This commit is contained in:
parent
8ef7d7816e
commit
6f43e76c9e
2 changed files with 4 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ public final class GeyserDrake extends CardImpl {
|
||||||
// As long as it's not your turn, spells you cast cost {1} less to cast.
|
// As long as it's not your turn, spells you cast cost {1} less to cast.
|
||||||
this.addAbility(new SimpleStaticAbility(new ConditionalCostModificationEffect(
|
this.addAbility(new SimpleStaticAbility(new ConditionalCostModificationEffect(
|
||||||
new SpellsCostReductionControllerEffect(StaticFilters.FILTER_CARD, 1),
|
new SpellsCostReductionControllerEffect(StaticFilters.FILTER_CARD, 1),
|
||||||
NotMyTurnCondition.instance, "as long as it's not your turn, " +
|
NotMyTurnCondition.instance, "during turns other than yours, " +
|
||||||
"spells you cast cost {1} less to cast"
|
"spells you cast cost {1} less to cast"
|
||||||
)));
|
)));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -139,7 +139,9 @@ public class SacrificeAllEffect extends OneShotEffect {
|
||||||
sb.append(' ');
|
sb.append(' ');
|
||||||
sb.append(filter.getMessage());
|
sb.append(filter.getMessage());
|
||||||
}
|
}
|
||||||
|
if (!filter.getMessage().contains("with")) {
|
||||||
sb.append(" of their choice");
|
sb.append(" of their choice");
|
||||||
|
}
|
||||||
staticText = sb.toString();
|
staticText = sb.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue