mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 05:52:06 -08:00
[CMR] Implemented Rebbec, Architect of Ascension
This commit is contained in:
parent
46ef223400
commit
bce7efb8cf
3 changed files with 86 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue