mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Implement Food artifact subtype
This commit is contained in:
parent
b9f1c9ad6b
commit
52f2d6399c
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ public enum SubType {
|
|||
CLUE("Clue", SubTypeSet.ArtifactType),
|
||||
CONTRAPTION("Contraption", SubTypeSet.ArtifactType),
|
||||
EQUIPMENT("Equipment", SubTypeSet.ArtifactType),
|
||||
FOOD("Food", SubTypeSet.ArtifactType),
|
||||
FORTIFICATION("Fortification", SubTypeSet.ArtifactType),
|
||||
TREASURE("Treasure", SubTypeSet.ArtifactType),
|
||||
VEHICLE("Vehicle", SubTypeSet.ArtifactType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue