[CMR] Implemented Zara, Renegade Recruiter

This commit is contained in:
Evan Kranzler 2020-11-02 21:47:20 -05:00
parent c9170556c1
commit 9dba89f37d
3 changed files with 131 additions and 0 deletions

View file

@ -326,6 +326,12 @@ public final class StaticFilters {
FILTER_CONTROLLED_PERMANENT_LANDS.setLockedFilter(true);
}
public static final FilterControlledPermanent FILTER_CONTROLLED_PERMANENT_PLANESWALKER = new FilterControlledPlaneswalkerPermanent("planeswalker you control");
static {
FILTER_CONTROLLED_PERMANENT_PLANESWALKER.setLockedFilter(true);
}
public static final FilterPermanent FILTER_OPPONENTS_PERMANENT = new FilterPermanent("permanent an opponent controls");
static {