mirror of
https://github.com/correl/mage.git
synced 2025-04-06 09:13:45 -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() {
|
public WarbringerSpellsCostReductionEffect() {
|
||||||
super(Duration.WhileOnBattlefield, Outcome.Benefit, CostModificationType.REDUCE_COST);
|
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) {
|
protected WarbringerSpellsCostReductionEffect(final WarbringerSpellsCostReductionEffect effect) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue