text fixes

This commit is contained in:
xenohedron 2024-11-16 22:00:11 -05:00
parent c5d527785e
commit 178b7e0343
7 changed files with 9 additions and 7 deletions

View file

@ -79,6 +79,7 @@ public class EntersWithCountersControlledEffect extends ReplacementEffectImpl {
sb.append(CardUtil.numberToText(counter.getCount(), "an"));
sb.append(" additional ");
sb.append(counter.getName());
sb.append(" counter");
if (counter.getCount() > 1) {
sb.append('s');
}