From e2bc8c7b79512196bf218df1cced6281dacfe8a8 Mon Sep 17 00:00:00 2001 From: Remie Richards Date: Wed, 18 Feb 2015 07:51:46 +0000 Subject: [PATCH] quickfix for cutting food (is_sharp() cleanup issue) --- code/__HELPERS/unsorted.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm index b0a36031f04..06e41b5de4f 100644 --- a/code/__HELPERS/unsorted.dm +++ b/code/__HELPERS/unsorted.dm @@ -1363,7 +1363,7 @@ var/global/list/common_tools = list( return 1 if(is_type_in_list(W,sharp_things_2)) - return 1 + return 2 //cutting food if(istype(W, /obj/item/weapon/melee/energy)) var/obj/item/weapon/melee/energy/E = W