1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-03 01:08:59 -09:00

[DTK] added italics to Warbringer reminder text

This commit is contained in:
Evan Kranzler 2022-04-03 11:06:02 -04:00
parent c58eeef77d
commit 26ef55c1bc

View file

@ -55,7 +55,7 @@ class WarbringerSpellsCostReductionEffect extends CostModificationEffectImpl {
public WarbringerSpellsCostReductionEffect() {
super(Duration.WhileOnBattlefield, Outcome.Benefit, CostModificationType.REDUCE_COST);
this.staticText = "Dash costs you pay cost {2} less (as long as this creature is on the battlefield)";
this.staticText = "Dash costs you pay cost {2} less <i>(as long as this creature is on the battlefield)</i>";
}
protected WarbringerSpellsCostReductionEffect(final WarbringerSpellsCostReductionEffect effect) {