From c76f5dc2a960b581b69a616f0cf6944952de9857 Mon Sep 17 00:00:00 2001 From: lass9030 Date: Tue, 23 Oct 2018 20:17:35 +0200 Subject: [PATCH] container --- code/modules/food_and_drinks/food.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/food_and_drinks/food.dm b/code/modules/food_and_drinks/food.dm index 6b5ff967c85..0ecff55cba0 100644 --- a/code/modules/food_and_drinks/food.dm +++ b/code/modules/food_and_drinks/food.dm @@ -14,6 +14,7 @@ var/instant_application = 0 //if we want to bypass the forcedfeed delay var/taste = TRUE//whether you can taste eating from this burn_state = FLAMMABLE + container_type = INJECTABLE /obj/item/reagent_containers/food/New() ..()