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