mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08: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
Add a link
Reference in a new issue