mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
StaticFilters.FILTER_CONTROLLED_PERMANENT_AN_ENCHANTMENT
This commit is contained in:
parent
ed4a1bf33f
commit
6388a81f69
11 changed files with 22 additions and 40 deletions
|
|
@ -483,6 +483,12 @@ public final class StaticFilters {
|
|||
FILTER_CONTROLLED_PERMANENT_ENCHANTMENT.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterControlledPermanent FILTER_CONTROLLED_PERMANENT_AN_ENCHANTMENT = new FilterControlledEnchantmentPermanent("an enchantment you control");
|
||||
|
||||
static {
|
||||
FILTER_CONTROLLED_PERMANENT_AN_ENCHANTMENT.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterControlledPermanent FILTER_CONTROLLED_ANOTHER_ENCHANTMENT_SHORT_TEXT = new FilterControlledPermanent("another enchantment");
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue