mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Changed rebound reminder text to italics.
This commit is contained in:
parent
18b28c8ce6
commit
75ca4eb3e3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue