Fixed miss lock code in static filters;

This commit is contained in:
Oleg Agafonov 2021-11-17 16:00:14 +04:00
parent f911a42903
commit 35b257bd8f

View file

@ -420,6 +420,7 @@ public final class StaticFilters {
static {
FILTER_ANOTHER_CREATURE_TARGET_2.add(new AnotherTargetPredicate(2));
FILTER_ANOTHER_CREATURE_TARGET_2.setLockedFilter(true);
}
public static final FilterCreaturePermanent FILTER_CREATURE_YOU_DONT_CONTROL = new FilterCreaturePermanent("creature you don't control");