Skip to content

Commit

Permalink
Add External Command-Locked and Security-Locked Airlocks (Simple-Stat…
Browse files Browse the repository at this point in the history
…ion#1805) (Simple-Station#250)

mappies

Co-authored-by: deltanedas <[email protected]>
  • Loading branch information
2 people authored and angelofallars committed Feb 12, 2025
1 parent f412f42 commit 3fc0b8c
Showing 1 changed file with 41 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,3 +379,44 @@
- type: ContainerFill
containers:
board: [ DoorElectronicsSecurityLawyer ]

# Command-locked External airlocks. These don't exist upstream for some reason.
- type: entity
parent: AirlockExternal
id: AirlockExternalCommandLocked
suffix: External, Command, Locked
components:
- type: WiresPanelSecurity
securityLevel: medSecurity
- type: ContainerFill
containers:
board: [ DoorElectronicsCommand ]

- type: entity
parent: AirlockExternalGlass
id: AirlockExternalGlassCommandLocked
suffix: External, Glass, Command, Locked
components:
- type: WiresPanelSecurity
securityLevel: medSecurity
- type: ContainerFill
containers:
board: [ DoorElectronicsCommand ]

- type: entity
parent: AirlockExternal
id: AirlockExternalSecurityLocked
suffix: External, Security, Locked
components:
- type: ContainerFill
containers:
board: [ DoorElectronicsSecurity ]

- type: entity
parent: AirlockExternalGlass
id: AirlockExternalGlassSecurityLocked
suffix: External, Glass, Security, Locked
components:
- type: ContainerFill
containers:
board: [ DoorElectronicsSecurity ]

0 comments on commit 3fc0b8c

Please sign in to comment.