mirror of
https://github.com/correl/mage.git
synced 2025-04-05 01:09:06 -09:00
Little fix.
This commit is contained in:
parent
f798a25b3b
commit
a63f87da2c
1 changed files with 1 additions and 1 deletions
|
@ -154,8 +154,8 @@ public final class StaticFilters {
|
|||
public static final FilterPermanent FILTER_OPPONENTS_PERMANENT_CREATURE = new FilterCreaturePermanent("creature an opponent controls");
|
||||
|
||||
static {
|
||||
FILTER_OPPONENTS_PERMANENT_CREATURE.setLockedFilter(true);
|
||||
FILTER_OPPONENTS_PERMANENT_CREATURE.add(new ControllerPredicate(TargetController.OPPONENT));
|
||||
FILTER_OPPONENTS_PERMANENT_CREATURE.setLockedFilter(true);
|
||||
}
|
||||
public static final FilterPermanent FILTER_OPPONENTS_PERMANENT_ARTIFACT = new FilterPermanent("artifact an opponent controls");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue