forked from External/mage
Fix [LTC] Aragorn, King of Gondor (#10560)
This commit is contained in:
parent
ca8dc7e23b
commit
f5b4c7b251
2 changed files with 3 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ public class CantBlockTargetEffect extends RestrictionEffect {
|
|||
if (target.getMaxNumberOfTargets() == Integer.MAX_VALUE) {
|
||||
sb.append("any number of ");
|
||||
} else if (target.getMaxNumberOfTargets() > 1) {
|
||||
if (target.getMaxNumberOfTargets() != target.getNumberOfTargets()) {
|
||||
if (target.getMinNumberOfTargets() == 0) {
|
||||
sb.append("up to ");
|
||||
}
|
||||
sb.append(CardUtil.numberToText(target.getMaxNumberOfTargets())).append(' ');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue