* Some minor rule text fixes to WAR cards.

This commit is contained in:
LevelX2 2019-04-14 19:18:46 +02:00
parent b3fb6f047a
commit 8c11ab8505
10 changed files with 28 additions and 31 deletions

View file

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