Skip to content

Commit

Permalink
Replace the djstation intercoms with freelance intercoms (#34478)
Browse files Browse the repository at this point in the history
* Add Freelance intercom prototype, and replace the djstation ruin with them instead of three master keys

* removed a new line
  • Loading branch information
Minemoder5000 authored Jan 17, 2025
1 parent ac04604 commit 50bb5e0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Maps/Ruins/djstation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ entities:
- type: Transform
pos: -4.5,-2.5
parent: 2
- proto: IntercomAll
- proto: IntercomFreelance
entities:
- uid: 316
components:
Expand Down
13 changes: 13 additions & 0 deletions Resources/Prototypes/Entities/Structures/Wallmounts/intercom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 50bb5e0

Please sign in to comment.