forked from External/mage
[FIC] more text fixes
This commit is contained in:
parent
09670ccc55
commit
7d700989a2
15 changed files with 88 additions and 83 deletions
|
|
@ -175,7 +175,7 @@ public class DamageTargetEffect extends OneShotEffect {
|
|||
if (maxTargets == Integer.MAX_VALUE) {
|
||||
sb.append("any number of ");
|
||||
} else {
|
||||
sb.append("up to ");
|
||||
sb.append("each of up to ");
|
||||
sb.append(CardUtil.numberToText(maxTargets));
|
||||
sb.append(' ');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue