text fixes and ability rule improvements

This commit is contained in:
xenohedron 2023-08-16 22:44:53 -04:00
parent a1e9e2f6a5
commit 64db75576e
7 changed files with 10 additions and 11 deletions

View file

@ -91,7 +91,7 @@ public class EvolveAbility extends EntersBattlefieldAllTriggeredAbility {
@Override
public String getRule() {
return "Evolve <i>(Whenever a creature enters the battlefield under your control, if that creature has greater power or toughness than this creature, put a +1/+1 counter on this creature.)</i>";
return "evolve <i>(Whenever a creature enters the battlefield under your control, if that creature has greater power or toughness than this creature, put a +1/+1 counter on this creature.)</i>";
}
@Override