Adds 2 new windoor types and fixes glass EVA airlock (#6955)

This commit is contained in:
Peptide90
2022-03-04 06:56:39 +00:00
committed by GitHub
parent a146902126
commit f570a71b26
2 changed files with 17 additions and 1 deletions

View File

@@ -441,7 +441,7 @@
access: [["Armory"]]
- type: entity
parent: AirlockEVALocked
parent: AirlockCommandGlassLocked
id: AirlockEVAGlassLocked
suffix: EVA, Locked
components:

View File

@@ -102,6 +102,14 @@
- type: AccessReader
access: [["Brig"]]
- type: entity
parent: WindoorSecure
id: WindoorSecureCargoLocked
suffix: Cargo, Locked
components:
- type: AccessReader
access: [["Cargo"]]
- type: entity
parent: WindoorSecure
id: WindoorSecureChapelLocked
@@ -135,6 +143,14 @@
components:
- type: AccessReader
access: [["Engineering"]]
- type: entity
parent: WindoorSecure
id: WindoorExternalLocked
suffix: External, Locked
components:
- type: AccessReader
access: [["External"]]
- type: entity
parent: WindoorSecure