stomach 
Vars | |
| capacity | How much food can we fit, based on fill_amt var on food items |
|---|---|
| digestion_per_tick | Amount of reagents we digest from each bite per life tick, also how fast the bites dissolve |
| food_amount | How much food and other stuff we have (also based on fill_amt) |
| stomach_contents | Stomach contents are actually stored in the mob so that things like matsci effects work |
Procs | |
| digest_mob | LOOK I'M ONLY REORGANISING THIS CODE OKAY, I AM NOT RESPONSIBLE FOR THIS DO NOT @ ME |
| food_value | How much does this thing fill a stomach |
Var Details
capacity 
How much food can we fit, based on fill_amt var on food items
digestion_per_tick 
Amount of reagents we digest from each bite per life tick, also how fast the bites dissolve
food_amount 
How much food and other stuff we have (also based on fill_amt)
stomach_contents 
Stomach contents are actually stored in the mob so that things like matsci effects work
Proc Details
digest_mob
LOOK I'M ONLY REORGANISING THIS CODE OKAY, I AM NOT RESPONSIBLE FOR THIS DO NOT @ ME
food_value
How much does this thing fill a stomach