food ![code/modules/food_and_drinks/food.dm 10](git.png)
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_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. |
Var Details
food_flags ![modular__juicy/code/modules/food_and_drinks/packaged.dm 3](git.png)
Extra flags for things such as if the food is in a container or not
max_volume ![modular__juicy/code/modules/food_and_drinks/packaged.dm 5](git.png)
Amount of volume the food can contain
preserved_food ![modular__juicy/code/modules/food_and_drinks/packaged.dm 7](git.png)
Food that's immune to decomposition.