From afaa0e650cf4d6b85ffe8618d9dcb3e2027a7999 Mon Sep 17 00:00:00 2001 From: Killian <49700375+KillianKirilenko@users.noreply.github.com> Date: Wed, 26 Aug 2020 08:48:34 +0100 Subject: [PATCH] ChewMAX Bar Fix (#7540) * Update robotics.dm * Update scanner.dm * Update snacks.dm --- code/modules/food/food/snacks.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food/food/snacks.dm b/code/modules/food/food/snacks.dm index ed3f8a37c57..ffd36be5a3a 100644 --- a/code/modules/food/food/snacks.dm +++ b/code/modules/food/food/snacks.dm @@ -446,7 +446,7 @@ icon_state = "fruitbar" trash = /obj/item/trash/candy/fruitbar nutriment_amt = 9 - nutriment_desc = list("apricot" = 2, "sugar" = 2, "dates" = 2, "cranberry" = 2, "apple = 2") + nutriment_desc = list("apricot" = 2, "sugar" = 2, "dates" = 2, "cranberry" = 2, "apple" = 2) /obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar/Initialize() . = ..()