From 20841d402f52a9731dd4f965fdea7297f932ce7d Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Sat, 19 Apr 2025 22:33:54 +0200 Subject: [PATCH] Give salvage borgs a tool module. (#33336) Init --- .../Entities/Objects/Specific/Robotics/borg_modules.yml | 1 - Resources/Prototypes/borg_types.yml | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml index f26cb0a041..0c73a5a5c9 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml @@ -391,7 +391,6 @@ - Shovel - MineralScannerUnpowered - OreBag - - Crowbar - RadioHandheld - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: mining-module } diff --git a/Resources/Prototypes/borg_types.yml b/Resources/Prototypes/borg_types.yml index d78cf505dc..2f1eb21b1f 100644 --- a/Resources/Prototypes/borg_types.yml +++ b/Resources/Prototypes/borg_types.yml @@ -81,9 +81,10 @@ - BorgModuleCargo defaultModules: - - BorgModuleGrapplingGun - BorgModuleMining + - BorgModuleGrapplingGun - BorgModuleAppraisal + - BorgModuleTool radioChannels: - Supply -- 2.51.2