Adds 2 new windoor types and fixes glass EVA airlock (#6955)
This commit is contained in:
@@ -441,7 +441,7 @@
|
||||
access: [["Armory"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockEVALocked
|
||||
parent: AirlockCommandGlassLocked
|
||||
id: AirlockEVAGlassLocked
|
||||
suffix: EVA, Locked
|
||||
components:
|
||||
|
||||
@@ -102,6 +102,14 @@
|
||||
- type: AccessReader
|
||||
access: [["Brig"]]
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorSecureCargoLocked
|
||||
suffix: Cargo, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Cargo"]]
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorSecureChapelLocked
|
||||
@@ -135,6 +143,14 @@
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Engineering"]]
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorExternalLocked
|
||||
suffix: External, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["External"]]
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
|
||||
Reference in New Issue
Block a user