code/__DEFINES/food.dm
FOOD_FLAGS_IC | IC meaning (more or less) for food flags |
---|---|
FOOD_IN_CONTAINER | Food is "in a container", not in a code sense, but in a literal sense (canned foods) |
FOOD_FINGER_FOOD | Finger food can be eaten while walking / running around |
CRAFTED_FOOD_BASE_REAGENT_MODIFIER | Amount of reagents you start with on crafted food excluding the used parts |
CRAFTED_FOOD_INGREDIENT_REAGENT_MODIFIER | Modifier of reagents you get when crafting food from the parts used |
Define Details
CRAFTED_FOOD_BASE_REAGENT_MODIFIER
Amount of reagents you start with on crafted food excluding the used parts
CRAFTED_FOOD_INGREDIENT_REAGENT_MODIFIER
Modifier of reagents you get when crafting food from the parts used
FOOD_FINGER_FOOD
Finger food can be eaten while walking / running around
FOOD_FLAGS_IC
IC meaning (more or less) for food flags
FOOD_IN_CONTAINER
Food is "in a container", not in a code sense, but in a literal sense (canned foods)