mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 15:32:08 -08:00
StaticFilters.FILTER_ANOTHER_TARGET_CREATURE_YOU_CONTROL
This commit is contained in:
parent
6388a81f69
commit
978ec8f140
39 changed files with 86 additions and 365 deletions
|
|
@ -667,6 +667,13 @@ public final class StaticFilters {
|
|||
FILTER_ANOTHER_CREATURE_YOU_CONTROL.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterControlledCreaturePermanent FILTER_ANOTHER_TARGET_CREATURE_YOU_CONTROL = new FilterControlledCreaturePermanent("another target creature you control");
|
||||
|
||||
static {
|
||||
FILTER_ANOTHER_TARGET_CREATURE_YOU_CONTROL.add(AnotherPredicate.instance);
|
||||
FILTER_ANOTHER_TARGET_CREATURE_YOU_CONTROL.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterControlledCreaturePermanent FILTER_CONTROLLED_UNTAPPED_CREATURE = new FilterControlledCreaturePermanent("untapped creature you control");
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue