Changed rebound reminder text to italics.

This commit is contained in:
LevelX2 2013-04-20 19:59:39 +02:00
parent 18b28c8ce6
commit 75ca4eb3e3

View file

@ -76,7 +76,7 @@ import java.util.UUID;
public class ReboundAbility extends TriggeredAbilityImpl<ReboundAbility> {
//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 <i>(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.)</i>";
public ReboundAbility() {
super(Zone.STACK, null);