From 6e85abf26de083fe6b9b355949f58a24d9fdb5fb Mon Sep 17 00:00:00 2001 From: Princess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com> Date: Fri, 12 Dec 2025 02:24:31 -0800 Subject: [PATCH] Remove remote detonation/disable from the robotics console. (#41834) End the war Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> --- .../Entities/Structures/Machines/Computers/computers.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml index 50154a837b..91db6d2fb0 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml @@ -1514,7 +1514,7 @@ parent: BaseComputerAiAccess id: ComputerRoboticsControl name: robotics control console - description: Used to remotely monitor, disable and destroy the station's cyborgs. + description: Used to remotely monitor the station's cyborgs. components: - type: Sprite layers: @@ -1529,6 +1529,7 @@ - map: [ "enum.WiresVisualLayers.MaintenancePanel" ] state: generic_panel_open - type: RoboticsConsole + allowBorgControl: false - type: ActiveRadio channels: - Science -- 2.52.0