mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
[RIX] Added Profane Procession, Tomb of the Dusk Rose, Twilight Prophet.
This commit is contained in:
parent
509648448e
commit
488622662a
5 changed files with 374 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ public final class StaticFilters {
|
|||
|
||||
public static final FilterArtifactCard FILTER_CARD_ARTIFACT = new FilterArtifactCard();
|
||||
public static final FilterCard FILTER_CARD_ARTIFACT_OR_CREATURE = new FilterCard("artifact or creature card");
|
||||
public static final FilterCreatureCard FILTER_CARD_CREATURE = new FilterCreatureCard();
|
||||
public static final FilterCreatureCard FILTER_CARD_CREATURE_YOUR_GRAVEYARD = new FilterCreatureCard("creature card from your graveyard");
|
||||
public static final FilterCard FILTER_CARD_LAND = new FilterLandCard();
|
||||
public static final FilterNonlandCard FILTER_CARD_NON_LAND = new FilterNonlandCard();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue