mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
* Added another StaticFilter.
This commit is contained in:
parent
757c01343f
commit
dc4283685a
51 changed files with 224 additions and 272 deletions
|
|
@ -35,6 +35,7 @@ public final class StaticFilters {
|
|||
public static final FilterCard FILTER_CARD_ARTIFACT_OR_CREATURE = new FilterCard("artifact or creature card");
|
||||
|
||||
public static final FilterCreaturePermanent FILTER_PERMANENT_CREATURE = new FilterCreaturePermanent();
|
||||
public static final FilterCreaturePermanent FILTER_PERMANENT_CREATURES = new FilterCreaturePermanent("creatures");
|
||||
public static final FilterCreaturePermanent FILTER_PERMANENT_CREATURE_GOBLINS = new FilterCreaturePermanent("Goblin", "Goblin creatures");
|
||||
public static final FilterCreaturePermanent FILTER_PERMANENT_CREATURE_SLIVERS = new FilterCreaturePermanent("Sliver", "Sliver creatures");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue