another batch of text fixes

This commit is contained in:
xenohedron 2024-04-04 23:03:58 -04:00
parent 89ea47eb2a
commit 35a22527f1
27 changed files with 62 additions and 40 deletions

View file

@ -26,7 +26,7 @@ public class TargetNonlandPermanent extends TargetPermanent {
}
public TargetNonlandPermanent(int minNumTargets, int maxNumTargets, boolean notTarget) {
this(minNumTargets, maxNumTargets, StaticFilters.FILTER_PERMANENT_NON_LAND, notTarget);
this(minNumTargets, maxNumTargets, (maxNumTargets > 1 ? StaticFilters.FILTER_PERMANENTS_NON_LAND : StaticFilters.FILTER_PERMANENT_NON_LAND), notTarget);
}
public TargetNonlandPermanent(int minNumTargets, int maxNumTargets, FilterNonlandPermanent filter, boolean notTarget) {