Door naming error + more windoor accesses (#5808)
This commit is contained in:
@@ -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"]]
|
||||
|
||||
@@ -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"]]
|
||||
Reference in New Issue
Block a user