Space Station 13 - Modules - TypesVar Details

food

Food.

Note: When adding food items with dummy parents, make sure to add the parent to the exclusion list in code/__HELPERS/unsorted.dm's get_random_food proc.

Vars

food_flagsExtra flags for things such as if the food is in a container or not
max_volumeAmount of volume the food can contain
preserved_foodFood that's immune to decomposition.

Var Details

food_flags

Extra flags for things such as if the food is in a container or not

max_volume

Amount of volume the food can contain

preserved_food

Food that's immune to decomposition.