From 1d396d2d08ea7d86af397a07bbf8dff7a157ecb5 Mon Sep 17 00:00:00 2001 From: Verkister Date: Mon, 7 Mar 2022 18:02:50 +0200 Subject: [PATCH] Fixes buns having the power to break food inits Fixes a bug that caused a bad index runtime on mapped-in buns during map init that somehow apparently makes all food cause nausea and vomiting or something. --- 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 316db9b852..88e96cdf94 100644 --- a/code/modules/food/food/snacks.dm +++ b/code/modules/food/food/snacks.dm @@ -3580,7 +3580,7 @@ bitesize = 2 center_of_mass = list("x"=16, "y"=12) nutriment_amt = 4 - nutriment_desc = "bun" + nutriment_desc = list("bun" = 4) /obj/item/weapon/reagent_containers/food/snacks/bun/attackby(obj/item/weapon/W as obj, mob/user as mob) // Bun + meatball = burger