mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
use static filter for enchantment permanents
This commit is contained in:
parent
c2b157d790
commit
216e269a31
28 changed files with 112 additions and 89 deletions
|
|
@ -23,6 +23,7 @@ public final class StaticFilters {
|
|||
|
||||
public static final FilterSpiritOrArcaneCard SPIRIT_OR_ARCANE_CARD = new FilterSpiritOrArcaneCard();
|
||||
public static final FilterArtifactOrEnchantmentPermanent ARTIFACT_OR_ENCHANTMENT_PERMANENT = new FilterArtifactOrEnchantmentPermanent();
|
||||
public static final FilterEnchantmentPermanent FILTER_ENCHANTMENT_PERMANENT = new FilterEnchantmentPermanent();
|
||||
|
||||
public static final FilterArtifactCard FILTER_CARD_ARTIFACT = new FilterArtifactCard();
|
||||
public static final FilterNonlandCard FILTER_CARD_NON_LAND = new FilterNonlandCard();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue