mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
some more text fixes for adding counter effects
This commit is contained in:
parent
99e8b80184
commit
c28da75ac1
7 changed files with 34 additions and 14 deletions
|
|
@ -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 ");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue