[MOR] various text fixes

This commit is contained in:
Evan Kranzler 2022-03-08 08:33:09 -05:00
parent 8999a6e647
commit 6b72142ef2
19 changed files with 103 additions and 85 deletions

View file

@ -32,7 +32,7 @@ public enum ProwlCostWasPaidCondition implements Condition {
@Override
public String toString() {
return "{this}'s prowl cost was paid";
return "this spell's prowl cost was paid";
}
}