From 26ef55c1bca928b51810fcc4b318f7ac80aa96e9 Mon Sep 17 00:00:00 2001
From: Evan Kranzler <theelk801@gmail.com>
Date: Sun, 3 Apr 2022 11:06:02 -0400
Subject: [PATCH] [DTK] added italics to Warbringer reminder text

---
 Mage.Sets/src/mage/cards/w/Warbringer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mage.Sets/src/mage/cards/w/Warbringer.java b/Mage.Sets/src/mage/cards/w/Warbringer.java
index 69ca1b7b81..71916da2c8 100644
--- a/Mage.Sets/src/mage/cards/w/Warbringer.java
+++ b/Mage.Sets/src/mage/cards/w/Warbringer.java
@@ -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) {