[MOM] Implement Seedpod Caretaker

This commit is contained in:
theelk801 2023-04-02 15:11:44 -04:00
parent fd0f72b44d
commit ea1625aabd
3 changed files with 91 additions and 0 deletions

View file

@ -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),