1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-11 17:00:08 -09:00

Set reminder text of Scavenge to italics.

This commit is contained in:
LevelX2 2013-04-26 12:12:12 +02:00
parent f9bff1f062
commit 06aec6f8ae

View file

@ -79,7 +79,7 @@ public class ScavengeAbility extends ActivatedAbilityImpl<ScavengeAbility> {
@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() + " <i>(" + 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.)</i>";
}
}