Various text fixes found while closing #6885

This commit is contained in:
Alex W. Jackson 2022-01-24 00:40:25 -05:00
parent faf2e4ec82
commit 26a2e0a5ed
113 changed files with 384 additions and 618 deletions

View file

@ -63,6 +63,6 @@ public class PermanentsOnBattlefieldCount implements DynamicValue {
@Override
public String getMessage() {
return filter.getMessage();
return multiplier == null ? "the number of " + filter.getMessage() : filter.getMessage();
}
}