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
|
|
@ -17,7 +17,7 @@ public class TargetControlledCreaturePermanent extends TargetControlledPermanent
|
|||
}
|
||||
|
||||
public TargetControlledCreaturePermanent(int minNumTargets, int maxNumTargets) {
|
||||
this(minNumTargets, maxNumTargets, StaticFilters.FILTER_CONTROLLED_CREATURE, false);
|
||||
this(minNumTargets, maxNumTargets, maxNumTargets > 1 ? StaticFilters.FILTER_CONTROLLED_CREATURES : StaticFilters.FILTER_CONTROLLED_CREATURE, false);
|
||||
}
|
||||
|
||||
public TargetControlledCreaturePermanent(FilterControlledCreaturePermanent filter) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue