[EVE] various text fixes

This commit is contained in:
Evan Kranzler 2022-03-07 21:04:59 -05:00
parent e820d9f4f0
commit 7f95929288
20 changed files with 42 additions and 41 deletions

View file

@ -47,7 +47,7 @@ public class PersistAbility extends DiesSourceTriggeredAbility {
@Override
public String getRule() {
return "Persist <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 "persist <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>";
}
}