quickfix for cutting food (is_sharp() cleanup issue)

This commit is contained in:
Remie Richards
2015-02-18 07:51:46 +00:00
parent 2f89cb6440
commit e2bc8c7b79
+1 -1
View File
@@ -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