From: Arendian <137322659+Arendian@users.noreply.github.com> Date: Sun, 7 Jan 2024 21:26:15 +0000 (+0100) Subject: Prevent ejection of cleaning module's holofan powercell (#23696) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=ac1990f2907068a4fdc0b8e450860344d7a9b1b8;p=space-station-14.git Prevent ejection of cleaning module's holofan powercell (#23696) prevent battery ejection janitor cyborg holofan and make it recharge --- 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