Atmos,Engi,Cargo locked external airlocks, hop windoor (#13520)
* Update access.yml * Update access.yml * Update windoor.yml
This commit is contained in:
@@ -71,6 +71,30 @@
|
|||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["External"]]
|
access: [["External"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockExternal
|
||||||
|
id: AirlockExternalCargoLocked
|
||||||
|
suffix: External, Cargo, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Cargo"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockExternal
|
||||||
|
id: AirlockExternalEngineeringLocked
|
||||||
|
suffix: External, Engineering, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Engineering"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockExternal
|
||||||
|
id: AirlockExternalAtmosphericsLocked
|
||||||
|
suffix: External, Atmospherics, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Atmospherics"]]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: AirlockFreezer
|
parent: AirlockFreezer
|
||||||
id: AirlockFreezerLocked
|
id: AirlockFreezerLocked
|
||||||
@@ -296,6 +320,30 @@
|
|||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["External"]]
|
access: [["External"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockExternalGlass
|
||||||
|
id: AirlockExternalGlassCargoLocked
|
||||||
|
suffix: External, Glass, Cargo, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Cargo"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockExternalGlass
|
||||||
|
id: AirlockExternalGlassEngineeringLocked
|
||||||
|
suffix: External, Glass, Engineering, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Engineering"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockExternalGlass
|
||||||
|
id: AirlockExternalGlassAtmosphericsLocked
|
||||||
|
suffix: External, Glass, Atmospherics, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Atmospherics"]]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: AirlockGlass
|
parent: AirlockGlass
|
||||||
id: AirlockKitchenGlassLocked
|
id: AirlockKitchenGlassLocked
|
||||||
|
|||||||
@@ -206,3 +206,11 @@
|
|||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Research"]]
|
access: [["Research"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: WindoorSecure
|
||||||
|
id: WindoorHeadOfPersonnelLocked
|
||||||
|
suffix: HeadOfPersonnel, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["HeadOfPersonnel"]]
|
||||||
|
|||||||
Reference in New Issue
Block a user