mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fixed miss lock code in static filters;
This commit is contained in:
parent
f911a42903
commit
35b257bd8f
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue