[MOM] various text fixes

This commit is contained in:
theelk801 2023-04-11 09:32:31 -04:00
parent a035b1a3f1
commit 312cff0c0f
29 changed files with 73 additions and 58 deletions

View file

@ -86,7 +86,7 @@ public class MillThenPutInHandEffect extends OneShotEffect {
sb.append(CardUtil.numberToText(amount));
sb.append(" cards. You may put ");
sb.append(filter.getMessage());
sb.append(" from among the cards milled this way into your hand");
sb.append(" from among the milled cards into your hand");
if (otherwiseEffect != null) {
sb.append(". If you don't, ");
sb.append(otherwiseEffect.getText(mode));