[ONE] Implement The Monumental Facade

This commit is contained in:
theelk801 2023-01-13 21:37:46 -05:00
parent 73037f710e
commit a71aa3102b
4 changed files with 73 additions and 0 deletions

View file

@ -25,6 +25,7 @@ public enum SubType {
GATE("Gate", SubTypeSet.NonBasicLandType),
LAIR("Lair", SubTypeSet.NonBasicLandType),
LOCUS("Locus", SubTypeSet.NonBasicLandType),
SPHERE("Sphere", SubTypeSet.NonBasicLandType),
URZAS("Urza's", SubTypeSet.NonBasicLandType),
MINE("Mine", SubTypeSet.NonBasicLandType),
POWER_PLANT("Power-Plant", SubTypeSet.NonBasicLandType),

View file

@ -132,6 +132,7 @@ public enum CounterType {
NECRODERMIS("necrodermis"),
NET("net"),
NIGHT("night"),
OIL("oil"),
OMEN("omen"),
ORE("ore"),
P0P1(new BoostCounter(0, 1).name),