From ddf32096f0bfaaaaa06b386bd6107b74ae137225 Mon Sep 17 00:00:00 2001 From: DarkPyrolord Date: Wed, 21 Feb 2018 01:05:33 +1300 Subject: [PATCH] I should get more sleep --- code/modules/food_and_drinks/food/snacks.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/food/snacks.dm b/code/modules/food_and_drinks/food/snacks.dm index 50bddf4e5e6..a3d0f1faa2f 100644 --- a/code/modules/food_and_drinks/food/snacks.dm +++ b/code/modules/food_and_drinks/food/snacks.dm @@ -132,7 +132,7 @@ istype(W, /obj/item/weapon/hatchet) \ ) inaccurate = 1 - if(total_w_class > MAX_WEIGHT_CLASS) + if(total_w_class > MAX_WEIGHT_CLASS && istype(src,/obj/item/weapon/reagent_containers/food/snacks/sliceable)) if(contents.len) // Nope, no bluespace slice food to_chat(user, "Something is already in [src]!")