some more text fixes for adding counter effects

This commit is contained in:
Evan Kranzler 2022-02-14 21:35:07 -05:00
parent 99e8b80184
commit c28da75ac1
7 changed files with 34 additions and 14 deletions

View file

@ -119,6 +119,9 @@ public class AddCountersTargetEffect extends OneShotEffect {
Target target = mode.getTargets().getEffectTarget(this.targetPointer);
if (target != null) {
if (target.getNumberOfTargets() == 0) {
if (target.getMaxNumberOfTargets() > 1) {
sb.append("each of ");
}
sb.append("up to ");
}