various text fixes

This commit is contained in:
theelk801 2025-06-13 13:44:33 -04:00
parent 60c8d7254b
commit 58b5bb76f9
107 changed files with 173 additions and 187 deletions

View file

@ -31,6 +31,6 @@ public enum SourceAttackingPlayerWithMostLifeCondition implements Condition {
@Override
public String toString() {
return "{this} is attacking the player with the most life or tied for most life";
return "it's attacking the player with the most life or tied for most life";
}
}