Implemented Play of the Game

This commit is contained in:
Evan Kranzler 2018-05-24 11:34:31 -04:00
parent 65a1efa6c0
commit 728a881f06
4 changed files with 77 additions and 40 deletions

View file

@ -357,6 +357,12 @@ public final class StaticFilters {
FILTER_PERMANENT_NON_LAND.setLockedFilter(true);
}
public static final FilterPermanent FILTER_PERMANENTS_NON_LAND = new FilterNonlandPermanent("nonland permanents");
static {
FILTER_PERMANENTS_NON_LAND.setLockedFilter(true);
}
public static final FilterCreatureSpell FILTER_SPELL_A_CREATURE = new FilterCreatureSpell("a creature spell");
static {