stomach 
Vars | |
| 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 |
Procs | |
| 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 |
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