From c27e507bca94c46a2375c182d745d009514de581 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Sat, 7 Dec 2019 05:01:12 -0500 Subject: [PATCH] Update food_reagents.dm --- code/modules/reagents/chemistry/reagents/food_reagents.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/food_reagents.dm b/code/modules/reagents/chemistry/reagents/food_reagents.dm index ca5fd32ff7..dacb8b4505 100644 --- a/code/modules/reagents/chemistry/reagents/food_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/food_reagents.dm @@ -801,6 +801,7 @@ /datum/reagent/consumable/caramel name = "Caramel" + id = "caramel" description = "Who would have guessed that heated sugar could be so delicious?" nutriment_factor = 10 * REAGENTS_METABOLISM color = "#D98736" @@ -822,6 +823,7 @@ /datum/reagent/consumable/char name = "Char" + id = "char" description = "Essence of the grill. Has strange properties when overdosed." reagent_state = LIQUID nutriment_factor = 5 * REAGENTS_METABOLISM @@ -840,4 +842,4 @@ nutriment_factor = 5 * REAGENTS_METABOLISM color = "#78280A" // rgb: 120 40, 10 taste_mult = 2.5 //sugar's 1.5, capsacin's 1.5, so a good middle ground. - taste_description = "smokey sweetness" \ No newline at end of file + taste_description = "smokey sweetness"