Implemented The Elderspell

This commit is contained in:
Evan Kranzler 2019-04-15 19:14:09 -04:00
parent e90c8071fc
commit fe83f6ac25
3 changed files with 94 additions and 0 deletions

View file

@ -417,6 +417,12 @@ public final class StaticFilters {
FILTER_PERMANENT_PLANESWALKER.setLockedFilter(true);
}
public static final FilterPlaneswalkerPermanent FILTER_PERMANENT_PLANESWALKERS = new FilterPlaneswalkerPermanent("planeswalkers");
static {
FILTER_PERMANENT_PLANESWALKERS.setLockedFilter(true);
}
public static final FilterNonlandPermanent FILTER_PERMANENT_NON_LAND = new FilterNonlandPermanent();
static {