mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Hopefully fixes some tool-conversion things
This commit is contained in:
@@ -1068,7 +1068,7 @@ var/global/list/common_tools = list(
|
||||
|
||||
|
||||
/proc/is_wire_tool(obj/item/I)
|
||||
if(I.is_multitool() || I.is_wirecutter())
|
||||
if(istype(I, /obj/item/device/multitool) || I.is_wirecutter())
|
||||
return TRUE
|
||||
if(istype(I, /obj/item/device/assembly/signaler))
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user