Door naming error + more windoor accesses (#5808)

This commit is contained in:
Peptide90
2021-12-17 00:54:19 +00:00
committed by GitHub
parent acad3dbc3c
commit 7b2ee29e84
2 changed files with 35 additions and 3 deletions

View File

@@ -119,6 +119,14 @@
components:
- type: AccessReader
access: [["Research"]]
- type: entity
parent: AirlockScience
id: AirlockMedicalScienceLocked
suffix: Medical/Science, Locked
components:
- type: AccessReader
access: [["Research"], ["Medical"]]
- type: entity
parent: AirlockCommand
@@ -252,7 +260,7 @@
- type: entity
parent: AirlockEngineeringGlass
id: AirlockEngineeringGlassLocked
suffix: Glass, Locked
suffix: Engineering, Locked
components:
- type: AccessReader
access: [["Engineering"]]
@@ -421,7 +429,7 @@
- type: entity
parent: AirlockMaint
id: AirlockMaintRnDLocked
suffix: RnD, Locked
suffix: Science, Locked
components:
- type: AccessReader
access: [["Research"]]
@@ -429,7 +437,7 @@
- type: entity
parent: AirlockMaint
id: AirlockMaintRnDMedLocked
suffix: Med/RnD, Locked
suffix: Medical/Science, Locked
components:
- type: AccessReader
access: [["Research"], ["Medical"]]

View File

@@ -73,3 +73,27 @@
components:
- type: AccessReader
access: [["Security"]]
- type: entity
parent: WindoorSecure
id: WindoorEngineeringLocked
suffix: Engineering, Locked
components:
- type: AccessReader
access: [["Engineering"]]
- type: entity
parent: WindoorSecure
id: WindoorChapelLocked
suffix: Chapel, Locked
components:
- type: AccessReader
access: [["Chapel"]]
- type: entity
parent: WindoorSecure
id: WindoorJanitorLocked
suffix: Janitor, Locked
components:
- type: AccessReader
access: [["Janitor"]]