mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Fix Cephalid Facetaker (#10416)
* Fix Cephalid Facetaker with new static filter * Use FILTER_ANOTHER_TARGET_CREATURE on other cards
This commit is contained in:
parent
19f44e90ad
commit
749f2e3991
29 changed files with 63 additions and 251 deletions
|
|
@ -555,6 +555,13 @@ public final class StaticFilters {
|
|||
FILTER_OPPONENTS_PERMANENT_ARTIFACT_OR_CREATURE.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterCreaturePermanent FILTER_ANOTHER_TARGET_CREATURE = new FilterCreaturePermanent("another target creature");
|
||||
|
||||
static {
|
||||
FILTER_ANOTHER_TARGET_CREATURE.add(AnotherPredicate.instance);
|
||||
FILTER_ANOTHER_TARGET_CREATURE.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterCreaturePermanent FILTER_ANOTHER_CREATURE_TARGET_2 = new FilterCreaturePermanent("another target creature");
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue