mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Fixes transforming tools being unable to interact with item bank and particle accelerator
This commit is contained in:
@@ -1035,7 +1035,8 @@ var/global/list/common_tools = list(
|
||||
/obj/item/weapon/tool/screwdriver,
|
||||
/obj/item/weapon/tool/wirecutters,
|
||||
/obj/item/device/multitool,
|
||||
/obj/item/weapon/tool/crowbar)
|
||||
/obj/item/weapon/tool/crowbar,
|
||||
/obj/item/weapon/tool/transforming)
|
||||
|
||||
/proc/istool(O)
|
||||
if(O && is_type_in_list(O, common_tools))
|
||||
|
||||
Reference in New Issue
Block a user