I should get more sleep

This commit is contained in:
DarkPyrolord
2018-02-21 01:05:33 +13:00
parent 0f8533ea18
commit ddf32096f0
+1 -1
View File
@@ -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, "<span class='warning'>Something is already in [src]!</span>")