mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08:00
[ONE] Implement Eye of Malcator (#9993)
This commit is contained in:
parent
ebbbb4744d
commit
9d1f6321cc
3 changed files with 51 additions and 0 deletions
|
|
@ -407,6 +407,14 @@ public final class StaticFilters {
|
|||
FILTER_CONTROLLED_ARTIFACT_OR_OTHER_CREATURE.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterControlledPermanent FILTER_CONTROLLED_ANOTHER_ARTIFACT = new FilterControlledPermanent("another artifact you control");
|
||||
|
||||
static {
|
||||
FILTER_CONTROLLED_ANOTHER_ARTIFACT.add(AnotherPredicate.instance);
|
||||
FILTER_CONTROLLED_ANOTHER_ARTIFACT.add(CardType.ARTIFACT.getPredicate());
|
||||
FILTER_CONTROLLED_ANOTHER_ARTIFACT.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterControlledPermanent FILTER_CONTROLLED_ANOTHER_ARTIFACT_OR_CREATURE = new FilterControlledPermanent("another creature or artifact you control");
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue