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"]] access: [["Armory"]]
- type: entity - type: entity
parent: AirlockEVALocked parent: AirlockCommandGlassLocked
id: AirlockEVAGlassLocked id: AirlockEVAGlassLocked
suffix: EVA, Locked suffix: EVA, Locked
components: components:

View File

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