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:
parent
c58eeef77d
commit
26ef55c1bc
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue