From: Minemoder5000 Date: Fri, 17 Jan 2025 13:01:06 +0000 (-0700) Subject: Replace the djstation intercoms with freelance intercoms (#34478) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=50bb5e0c13340ac9381b103c2b9a7813129bfbcb;p=space-station-14.git Replace the djstation intercoms with freelance intercoms (#34478) * Add Freelance intercom prototype, and replace the djstation ruin with them instead of three master keys * removed a new line --- diff --git a/Resources/Maps/Ruins/djstation.yml b/Resources/Maps/Ruins/djstation.yml index 8a81ede4fb..60214c1c53 100644 --- a/Resources/Maps/Ruins/djstation.yml +++ b/Resources/Maps/Ruins/djstation.yml @@ -1146,7 +1146,7 @@ entities: - type: Transform pos: -4.5,-2.5 parent: 2 -- proto: IntercomAll +- proto: IntercomFreelance entities: - uid: 316 components: diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/intercom.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/intercom.yml index d44bbb9647..bf0624d4b1 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/intercom.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/intercom.yml @@ -338,3 +338,16 @@ key_slots: - EncryptionKeyCommon - EncryptionKeyStationMaster + +- type: entity + id: IntercomFreelance + parent: Intercom + suffix: Freelance + components: + - type: ContainerFill + containers: + board: + - IntercomElectronics + key_slots: + - EncryptionKeyCommon + - EncryptionKeyFreelance