From c9749aa41693eb71dd116de03fa74136a061813c Mon Sep 17 00:00:00 2001 From: Helg2 <93882977+Helg2@users.noreply.github.com> Date: Sat, 15 Jul 2023 23:21:28 +0300 Subject: [PATCH] Adds already existing circuits to exodrone consoles. (#76826) Consoles for exodronning didn't have circuits so you couldn't unscrew and move them or similar. --- code/modules/explorer_drone/control_console.dm | 1 + code/modules/explorer_drone/scanner_array.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/code/modules/explorer_drone/control_console.dm b/code/modules/explorer_drone/control_console.dm index f4ed3260231..208292c2437 100644 --- a/code/modules/explorer_drone/control_console.dm +++ b/code/modules/explorer_drone/control_console.dm @@ -1,6 +1,7 @@ /obj/machinery/computer/exodrone_control_console name = "exploration drone control console" desc = "control eploration drones from intersteller distances. Communication lag not included." + circuit = /obj/item/circuitboard/computer/exodrone_console //Currently controlled drone var/obj/item/exodrone/controlled_drone /// Have we lost contact with the drone without disconnecting. Unset on user confirmation. diff --git a/code/modules/explorer_drone/scanner_array.dm b/code/modules/explorer_drone/scanner_array.dm index b47ebebad64..498e4a16c2b 100644 --- a/code/modules/explorer_drone/scanner_array.dm +++ b/code/modules/explorer_drone/scanner_array.dm @@ -77,6 +77,7 @@ GLOBAL_LIST_INIT(scan_conditions,init_scan_conditions()) /obj/machinery/computer/exoscanner_control name = "Scanner Array Control Console" + circuit = /obj/item/circuitboard/computer/exoscanner_console /// If scan was interrupted show a popup until dismissed. var/failed_popup = FALSE /// Site we're configuring targeted scans for.