mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
* Some minor rule text fixes to WAR cards.
This commit is contained in:
parent
b3fb6f047a
commit
8c11ab8505
10 changed files with 28 additions and 31 deletions
|
|
@ -460,6 +460,12 @@ public final class StaticFilters {
|
|||
FILTER_SPELL_NON_CREATURE.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterSpell FILTER_SPELL_A_NON_CREATURE = (FilterSpell) new FilterSpell("a noncreature spell").add(Predicates.not(new CardTypePredicate(CardType.CREATURE)));
|
||||
|
||||
static {
|
||||
FILTER_SPELL_A_NON_CREATURE.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterSpell FILTER_SPELL = new FilterSpell();
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue