code/datums/components/curse_of_hunger.dm
FULL_HEALTH | inital food tolerances, two dishes |
---|---|
HUNGER_THRESHOLD_WARNING | the point where you can notice the item is hungry on examine. |
HUNGER_THRESHOLD_TRY_EATING | the point where the item has a chance to eat something on every tick. possibly you! |
/datum/component/curse_of_hunger | curse of hunger component; for very hungry items. |
Define Details
FULL_HEALTH
inital food tolerances, two dishes
HUNGER_THRESHOLD_TRY_EATING
the point where the item has a chance to eat something on every tick. possibly you!
HUNGER_THRESHOLD_WARNING
the point where you can notice the item is hungry on examine.