mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 15:32:08 -08:00
[MOM] Implement Seedpod Caretaker
This commit is contained in:
parent
fd0f72b44d
commit
ea1625aabd
3 changed files with 91 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ public enum SubType {
|
|||
FOOD("Food", SubTypeSet.ArtifactType),
|
||||
FORTIFICATION("Fortification", SubTypeSet.ArtifactType),
|
||||
GOLD("Gold", SubTypeSet.ArtifactType),
|
||||
INCUBATOR("Incubator", SubTypeSet.ArtifactType),
|
||||
POWERSTONE("Powerstone", SubTypeSet.ArtifactType),
|
||||
TREASURE("Treasure", SubTypeSet.ArtifactType),
|
||||
VEHICLE("Vehicle", SubTypeSet.ArtifactType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue