Command Locked and Captain Locked High Sec Doors (#8340)

* Update access.yml

* Update access.yml
This commit is contained in:
Emisse
2022-05-22 21:07:04 -06:00
committed by GitHub
parent 23c7cf57fb
commit b491dc543d

View File

@@ -650,5 +650,19 @@
- type: AccessReader
access: [["External"]]
#HighSecDoors
- type: entity
parent: HighSecDoor
id: HighSecCommandLocked
suffix: Command, Locked
components:
- type: AccessReader
access: [["Command"]]
- type: entity
parent: HighSecDoor
id: HighSecCaptainLocked
suffix: Captain, Locked
components:
- type: AccessReader
access: [["Captain"]]