Changed airlock type from service to theatre (#4246)

This commit is contained in:
DmitriyRubetskoy
2021-07-01 14:07:18 +03:00
committed by GitHub
parent 579f3c1103
commit 427ed72754
2 changed files with 9 additions and 1 deletions

View File

@@ -5371,7 +5371,7 @@ entities:
parent: 853
type: Transform
- uid: 587
type: AirlockServiceLocked
type: AirlockTheatreLocked
components:
- name: Theatre
type: MetaData

View File

@@ -7,6 +7,14 @@
- type: AccessReader
access: [["Service"]]
- type: entity
parent: Airlock
id: AirlockTheatreLocked
suffix: Theatre, Locked
components:
- type: AccessReader
access: [["Theatre"]]
- type: entity
parent: AirlockExternal
id: AirlockExternalLocked