From 06aec6f8aef90dfab673edd87e3d09a1eb07c9b3 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Fri, 26 Apr 2013 12:12:12 +0200 Subject: [PATCH] Set reminder text of Scavenge to italics. --- Mage/src/mage/abilities/keyword/ScavengeAbility.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage/src/mage/abilities/keyword/ScavengeAbility.java b/Mage/src/mage/abilities/keyword/ScavengeAbility.java index 22e9c261404..e5e1075a03e 100644 --- a/Mage/src/mage/abilities/keyword/ScavengeAbility.java +++ b/Mage/src/mage/abilities/keyword/ScavengeAbility.java @@ -79,7 +79,7 @@ public class ScavengeAbility extends ActivatedAbilityImpl { @Override public String getRule() { - return "Scavenge " + getManaCosts().getText() + " (" + getManaCosts().getText() + ", Exile this card from your graveyard: Put a number of +1/+1 counter's equal to this card's power on target creature. Scavenge only as a sorcery.)"; + return "Scavenge " + getManaCosts().getText() + " (" + getManaCosts().getText() + ", Exile this card from your graveyard: Put a number of +1/+1 counter's equal to this card's power on target creature. Scavenge only as a sorcery.)"; } }