mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
* Enduring Ideal - Improved filter prompt text.
This commit is contained in:
parent
e80cfbeb2c
commit
43a11cd115
2 changed files with 10 additions and 11 deletions
|
|
@ -55,6 +55,13 @@ public final class StaticFilters {
|
|||
FILTER_CARD_CARDS.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterCard FILTER_CARD_ENTCHANTMENT = new FilterCard("entchantment card");
|
||||
|
||||
static {
|
||||
FILTER_CARD_ENTCHANTMENT.add(new CardTypePredicate(CardType.ENCHANTMENT));
|
||||
FILTER_CARD_ENTCHANTMENT.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterArtifactCard FILTER_CARD_ARTIFACT = new FilterArtifactCard();
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue