Door naming error + more windoor accesses (#5808)
This commit is contained in:
@@ -119,6 +119,14 @@
|
|||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Research"]]
|
access: [["Research"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockScience
|
||||||
|
id: AirlockMedicalScienceLocked
|
||||||
|
suffix: Medical/Science, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Research"], ["Medical"]]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: AirlockCommand
|
parent: AirlockCommand
|
||||||
@@ -252,7 +260,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: AirlockEngineeringGlass
|
parent: AirlockEngineeringGlass
|
||||||
id: AirlockEngineeringGlassLocked
|
id: AirlockEngineeringGlassLocked
|
||||||
suffix: Glass, Locked
|
suffix: Engineering, Locked
|
||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Engineering"]]
|
access: [["Engineering"]]
|
||||||
@@ -421,7 +429,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: AirlockMaint
|
parent: AirlockMaint
|
||||||
id: AirlockMaintRnDLocked
|
id: AirlockMaintRnDLocked
|
||||||
suffix: RnD, Locked
|
suffix: Science, Locked
|
||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Research"]]
|
access: [["Research"]]
|
||||||
@@ -429,7 +437,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: AirlockMaint
|
parent: AirlockMaint
|
||||||
id: AirlockMaintRnDMedLocked
|
id: AirlockMaintRnDMedLocked
|
||||||
suffix: Med/RnD, Locked
|
suffix: Medical/Science, Locked
|
||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Research"], ["Medical"]]
|
access: [["Research"], ["Medical"]]
|
||||||
|
|||||||
@@ -73,3 +73,27 @@
|
|||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Security"]]
|
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"]]
|
||||||
Reference in New Issue
Block a user