[BLB] Implement For the Common Good

This commit is contained in:
theelk801 2024-07-17 16:45:17 -04:00
parent 2c7f4bbc3f
commit 51f2f051bb
3 changed files with 101 additions and 0 deletions

View file

@ -988,6 +988,14 @@ public final class StaticFilters {
FILTER_PERMANENT_TOKEN.setLockedFilter(true);
}
public static final FilterPermanent FILTER_PERMANENT_TOKENS = new FilterPermanent("tokens");
static {
FILTER_PERMANENT_TOKENS.add(TokenPredicate.TRUE);
FILTER_PERMANENT_TOKENS.setLockedFilter(true);
}
public static final FilterCreaturePermanent FILTER_CREATURE_TOKEN = new FilterCreaturePermanent("creature token");
static {