From a7ed6aca2b969f9dccf89f7e7b24a4d72dde9a8a Mon Sep 17 00:00:00 2001 From: Atermonera Date: Sun, 20 Mar 2022 10:53:28 -0800 Subject: [PATCH] Merge pull request #8425 from Verkister/patch-85 fixes puke coating stealing nutriment reagent's id --- code/modules/reagents/reagents/food_drinks.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/reagents/reagents/food_drinks.dm b/code/modules/reagents/reagents/food_drinks.dm index 20f98800a06..fc6d2c32693 100644 --- a/code/modules/reagents/reagents/food_drinks.dm +++ b/code/modules/reagents/reagents/food_drinks.dm @@ -74,6 +74,8 @@ Generally coatings are intended for deep frying foods */ /datum/reagent/nutriment/coating + name = "coating" + id = "coating" nutriment_factor = 6 //Less dense than the food itself, but coatings still add extra calories var/messaged = 0 var/icon_raw