[CMR] Implemented Rebbec, Architect of Ascension

This commit is contained in:
Evan Kranzler 2020-10-27 09:27:39 -04:00
parent 46ef223400
commit bce7efb8cf
3 changed files with 86 additions and 0 deletions

View file

@ -216,6 +216,12 @@ public final class StaticFilters {
FILTER_PERMANENT_ARTIFACT.setLockedFilter(true);
}
public static final FilterArtifactPermanent FILTER_PERMANENT_ARTIFACTS = new FilterArtifactPermanent("artifacts");
static {
FILTER_PERMANENT_ARTIFACTS.setLockedFilter(true);
}
public static final FilterArtifactPermanent FILTER_PERMANENT_ARTIFACT_AN = new FilterArtifactPermanent("an artifact");
static {