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]!")