mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
[ONE] Implement The Monumental Facade
This commit is contained in:
parent
73037f710e
commit
a71aa3102b
4 changed files with 73 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue