mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
new StaticFilters.FILTER_SPELL_AN_ARTIFACT
This commit is contained in:
parent
bfd22322eb
commit
b8f8e86b8d
16 changed files with 41 additions and 73 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue