[FIC] more text fixes

This commit is contained in:
theelk801 2025-05-31 09:51:19 -04:00
parent 6618f1d163
commit a27302654c
15 changed files with 88 additions and 83 deletions

View file

@ -979,7 +979,11 @@ public final class CardUtil {
sb.append(counter.getDescription());
}
if (!targetPlayerGets) {
sb.append(add ? " on " : " from ").append(description);
sb.append(add ? " on " : " from ");
if (description.contains("up to")) {
sb.append("each of ");
}
sb.append(description);
}
if (!amount.getMessage().isEmpty()) {
sb.append(xValue ? ", where X is " : " for each ").append(amount.getMessage());