[J25] various text fixes

This commit is contained in:
theelk801 2025-06-01 10:10:17 -04:00
parent cfd51d7dce
commit 1ab9eeaad8
17 changed files with 101 additions and 134 deletions

View file

@ -980,7 +980,7 @@ public final class CardUtil {
}
if (!targetPlayerGets) {
sb.append(add ? " on " : " from ");
if (description.contains("up to")) {
if (description.contains("up to") && !description.contains("up to one")) {
sb.append("each of ");
}
sb.append(description);