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:
parent
f9bff1f062
commit
06aec6f8ae
1 changed files with 1 additions and 1 deletions
|
@ -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>";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue