new StaticFilters.FILTER_SPELL_AN_ARTIFACT

This commit is contained in:
xenohedron 2023-07-04 17:40:24 -04:00
parent bfd22322eb
commit b8f8e86b8d
16 changed files with 41 additions and 73 deletions

View file

@ -953,6 +953,12 @@ public final class StaticFilters {
FILTER_SPELL_AN_ENCHANTMENT.setLockedFilter(true);
}
public static final FilterSpell FILTER_SPELL_AN_ARTIFACT = new FilterArtifactSpell("an artifact spell");
static {
FILTER_SPELL_AN_ARTIFACT.setLockedFilter(true);
}
public static final FilterSpell FILTER_SPELL_KICKED_A = new FilterSpell("a kicked spell");
static {