[MH1] various text fixes

This commit is contained in:
Evan Kranzler 2021-06-18 19:13:46 -04:00
parent a1754d3905
commit 1701093d45
24 changed files with 65 additions and 76 deletions

View file

@ -44,7 +44,7 @@ public class UndyingAbility extends DiesSourceTriggeredAbility {
@Override
public String getRule() {
return "Undying <i>(When this creature dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.)</i>";
return "undying <i>(When this creature dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.)</i>";
}
}