mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
quickfix for cutting food (is_sharp() cleanup issue)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user