From ac1990f2907068a4fdc0b8e450860344d7a9b1b8 Mon Sep 17 00:00:00 2001 From: Arendian <137322659+Arendian@users.noreply.github.com> Date: Sun, 7 Jan 2024 22:26:15 +0100 Subject: [PATCH] Prevent ejection of cleaning module's holofan powercell (#23696) prevent battery ejection janitor cyborg holofan and make it recharge --- .../Entities/Objects/Devices/holoprojectors.yml | 15 +++++++++++++++ .../Objects/Specific/Robotics/borg_modules.yml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml b/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml index 7402bd6548..7edd788bf3 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml @@ -23,6 +23,21 @@ tags: - HolosignProjector +- type: entity + parent: Holoprojector + id: HoloprojectorBorg + suffix: borg + components: + - type: HolosignProjector + chargeUse: 240 + - type: ItemSlots + slots: + cell_slot: + name: power-cell-slot-component-slot-name-default + startingItem: PowerCellMicroreactor + disableEject: true + swap: false + - type: entity parent: Holoprojector id: HolofanProjector diff --git a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml index 83306e2acf..38fd1e3041 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml @@ -306,7 +306,7 @@ - type: ItemBorgModule items: - AdvMopItem - - Holoprojector + - HoloprojectorBorg - SprayBottleSpaceCleaner # medical modules -- 2.51.2