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
This commit is contained in:
Minemoder5000 2025-01-17 06:01:06 -07:00 committed by deltanedas
parent 28b0439f05
commit f0ca2d6418
2 changed files with 14 additions and 1 deletions

View File

@ -1146,7 +1146,7 @@ entities:
- type: Transform
pos: -4.5,-2.5
parent: 2
- proto: IntercomAll
- proto: IntercomFreelance
entities:
- uid: 316
components:

View File

@ -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