/tg/ Station 13 - Modules - TypesVar Details - Proc Details

stomach

Vars

disease_free_foodsTypecache of food we can eat that will never give us disease.
disgust_metabolismThe rate that disgust decays
hunger_modifierMultiplier for hunger rate
stomach_blood_transfer_rateThe percentage of reagents transferred from the stomach to the body per second

Procs

after_eatThis gets called after the owner takes a bite of food
get_hungerbar_fullnessReturns how full this stomach is for the hunger bar If you pass skip_contents = TRUE, it does not factor in any contents of the stomach
handle_hunger_slowdownfor when mood is disabled and hunger should handle slowdowns

Var Details

disease_free_foods

Typecache of food we can eat that will never give us disease.

disgust_metabolism

The rate that disgust decays

hunger_modifier

Multiplier for hunger rate

stomach_blood_transfer_rate

The percentage of reagents transferred from the stomach to the body per second

Proc Details

after_eat

This gets called after the owner takes a bite of food

get_hungerbar_fullness

Returns how full this stomach is for the hunger bar If you pass skip_contents = TRUE, it does not factor in any contents of the stomach

handle_hunger_slowdown

for when mood is disabled and hunger should handle slowdowns