Skip to content

Commit

Permalink
Add Surgery door prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
sowelipililimute committed Jan 8, 2025
1 parent fa77d3f commit d9fe28f
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,30 @@
- type: AccessReader
access: [["Psychologist"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsSurgery
suffix: Surgery, Locked
components:
- type: AccessReader
access: [["Surgery"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsSurgeryResearch
suffix: Surgery/Epistemics, Locked
components:
- type: AccessReader
access: [["Research"], ["Surgery"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsSurgeryRobotics
suffix: Surgery/Robotics, Locked
components:
- type: AccessReader
access: [["Robotics"], ["Surgery"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsMail
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,52 @@
containers:
board: [ DoorElectronicsPsychologist ]

- type: entity
parent: AirlockMaintRnDLocked
id: AirlockMaintRnDSurgeryLocked
suffix: Surgery/Epistemics, Locked # DeltaV - Epistemics Department replacing Science
components:
- type: ContainerFill
containers:
board: [ DoorElectronicsSurgeryResearch ]

- type: entity
parent: AirlockMedical
id: AirlockSurgeryLocked
suffix: Surgery, Locked
components:
- type: ContainerFill
containers:
board: [ DoorElectronicsSurgery ]

- type: entity
parent: AirlockMedicalGlass
id: AirlockSurgeryGlassLocked
suffix: Surgery, Locked
components:
- type: ContainerFill
containers:
board: [ DoorElectronicsSurgery ]

- type: entity
parent: AirlockScienceGlass
id: AirlockSurgeryScienceGlassLocked
suffix: Surgery/Epistemics, Locked
components:
- type: ContainerFill
containers:
board: [ DoorElectronicsSurgeryResearch ]


- type: entity
parent: AirlockMaintMedLocked
id: AirlockMaintSurgeryLocked
suffix: Surgery, Locked
components:
- type: ContainerFill
containers:
board: [ DoorElectronicsSurgery ]

- type: entity
parent: AirlockFreezer
id: AirlockFreezerServiceLocked
Expand Down

0 comments on commit d9fe28f

Please sign in to comment.