mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00: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),
|
CLUE("Clue", SubTypeSet.ArtifactType),
|
||||||
CONTRAPTION("Contraption", SubTypeSet.ArtifactType),
|
CONTRAPTION("Contraption", SubTypeSet.ArtifactType),
|
||||||
EQUIPMENT("Equipment", SubTypeSet.ArtifactType),
|
EQUIPMENT("Equipment", SubTypeSet.ArtifactType),
|
||||||
|
FOOD("Food", SubTypeSet.ArtifactType),
|
||||||
FORTIFICATION("Fortification", SubTypeSet.ArtifactType),
|
FORTIFICATION("Fortification", SubTypeSet.ArtifactType),
|
||||||
TREASURE("Treasure", SubTypeSet.ArtifactType),
|
TREASURE("Treasure", SubTypeSet.ArtifactType),
|
||||||
VEHICLE("Vehicle", SubTypeSet.ArtifactType),
|
VEHICLE("Vehicle", SubTypeSet.ArtifactType),
|
||||||
|
|
Loading…
Reference in a new issue