mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Added hunger counter
This commit is contained in:
parent
9a760670dd
commit
d4e2b70cf3
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ public enum CounterType {
|
||||||
HOOFPRINT("hoofprint"),
|
HOOFPRINT("hoofprint"),
|
||||||
HOUR("hour"),
|
HOUR("hour"),
|
||||||
HOURGLASS("hourglass"),
|
HOURGLASS("hourglass"),
|
||||||
|
HUNGER("hunger"),
|
||||||
ICE("ice"),
|
ICE("ice"),
|
||||||
INFECTION("infection"),
|
INFECTION("infection"),
|
||||||
INTERVENTION("intervention"),
|
INTERVENTION("intervention"),
|
||||||
|
|
Loading…
Reference in a new issue