mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
text fixes
This commit is contained in:
parent
c5d527785e
commit
178b7e0343
7 changed files with 9 additions and 7 deletions
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue