From 7e7fbba4030499a76fa5019d306be1deb40ab598 Mon Sep 17 00:00:00 2001 From: Kittygyat <202250949+Kittygyat@users.noreply.github.com> Date: Tue, 24 Jun 2025 16:35:39 +0100 Subject: [PATCH] Added a handheld station map to the cyborg thruster module (#38541) * Added a station map to the borg thruster module * Removed HandheldStationMapBorg & replaced it with HandheldStationMapUnpowered --- .../Entities/Objects/Specific/Robotics/borg_modules.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml index 06c89e7833..96780dda80 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml @@ -446,6 +446,7 @@ items: - BorgFireExtinguisher - BorgHandheldGPSBasic + - HandheldStationMapUnpowered - HandHeldMassScannerBorg - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: extinguisher-module } -- 2.51.2