mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
[MDB Ignore] [IDB Ignore] Kills off /obj/item/device (#21774)
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
This commit is contained in:
@@ -116,7 +116,7 @@ ABSTRACT_TYPE(/obj/structure/engineer_maintenance)
|
||||
panel_tools = list(
|
||||
/obj/item/pipewrench = /singleton/engineer_maintenance_tool/steam_pipe,
|
||||
/obj/item/hammer = /singleton/engineer_maintenance_tool/steam_pipe,
|
||||
/obj/item/device/multitool = /singleton/engineer_maintenance_tool/steam_pipe
|
||||
/obj/item/multitool = /singleton/engineer_maintenance_tool/steam_pipe
|
||||
)
|
||||
|
||||
/obj/structure/engineer_maintenance/pipe/wall
|
||||
@@ -145,7 +145,7 @@ ABSTRACT_TYPE(/obj/structure/engineer_maintenance)
|
||||
panel_tools = list(
|
||||
/obj/item/wirecutters = /singleton/engineer_maintenance_tool/electrical_spark,
|
||||
/obj/item/stack/cable_coil = /singleton/engineer_maintenance_tool/electrical_spark,
|
||||
/obj/item/device/multitool = /singleton/engineer_maintenance_tool/electrical_hum
|
||||
/obj/item/multitool = /singleton/engineer_maintenance_tool/electrical_hum
|
||||
)
|
||||
|
||||
/obj/structure/engineer_maintenance/electric/wall
|
||||
|
||||
Reference in New Issue
Block a user