StaticFilters.FILTER_CONTROLLED_PERMANENT_AN_ENCHANTMENT

This commit is contained in:
xenohedron 2023-08-25 23:03:06 -04:00
parent ed4a1bf33f
commit 6388a81f69
11 changed files with 22 additions and 40 deletions

View file

@ -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 {