more followup text fixes

This commit is contained in:
xenohedron 2023-07-14 02:12:57 -04:00
parent 176a61190b
commit 792224d6dc
4 changed files with 4 additions and 4 deletions

View file

@ -19,6 +19,6 @@ public enum MorbidCondition implements Condition {
@Override
public String toString() {
return "if a creature died this turn";
return "a creature died this turn";
}
}