From 75ca4eb3e330133ccf4e2ec40ed7e49469eaf066 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Sat, 20 Apr 2013 19:59:39 +0200 Subject: [PATCH] Changed rebound reminder text to italics. --- Mage/src/mage/abilities/keyword/ReboundAbility.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage/src/mage/abilities/keyword/ReboundAbility.java b/Mage/src/mage/abilities/keyword/ReboundAbility.java index c43f140a4b..6a22ccee1f 100644 --- a/Mage/src/mage/abilities/keyword/ReboundAbility.java +++ b/Mage/src/mage/abilities/keyword/ReboundAbility.java @@ -76,7 +76,7 @@ import java.util.UUID; public class ReboundAbility extends TriggeredAbilityImpl { //20101001 - 702.85 private boolean installReboundEffect; - private static String reboundText = "Rebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)"; + private static String reboundText = "Rebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)"; public ReboundAbility() { super(Zone.STACK, null);