mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Implemented The Elderspell
This commit is contained in:
parent
e90c8071fc
commit
fe83f6ac25
3 changed files with 94 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue