another batch of text fixes

This commit is contained in:
xenohedron 2024-04-04 23:03:58 -04:00
parent 89ea47eb2a
commit 35a22527f1
27 changed files with 62 additions and 40 deletions

View file

@ -138,7 +138,7 @@ public class MillThenPutInHandEffect extends OneShotEffect {
sb.append("put ");
if (maxAmountReturned > 1) {
sb.append(optional ? "up to " : "");
sb.append(CardUtil.numberToText(amount) + " ");
sb.append(CardUtil.numberToText(maxAmountReturned) + " ");
}
sb.append(filter.getMessage());
sb.append(" from among ");