Add missing windoors (#1355)
* Add missing windoors * Adjust notes --------- Co-authored-by: Velcroboy <velcroboy333@hotmail.com>
This commit is contained in:
parent
01e23f245d
commit
14c5eea75e
|
|
@ -29,7 +29,7 @@
|
|||
- type: entity
|
||||
parent: AirlockCommandGlass
|
||||
id: AirlockChiefJusticeGlassLocked
|
||||
suffix: ChiefJustice, Locked
|
||||
suffix: Chief Justice, Locked
|
||||
components:
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
|
|
@ -154,7 +154,7 @@
|
|||
- type: GridFill
|
||||
path: /Maps/Shuttles/DeltaV/sub_escape_pod.yml
|
||||
|
||||
# Delta V: Add Airlocks/upstream roles
|
||||
#Add airlocks from upstream roles
|
||||
- type: entity
|
||||
parent: AirlockServiceLocked
|
||||
id: AirlockBoxerLocked
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorSecureChiefJusticeLocked
|
||||
suffix: ChiefJustice, Locked
|
||||
suffix: Chief Justice, Locked
|
||||
components:
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ DoorElectronicsClerk ]
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorSecureLawyerLocked
|
||||
|
|
@ -69,3 +69,96 @@
|
|||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ DoorElectronicsLawyer ]
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorSecureMantisLocked
|
||||
suffix: Mantis, Locked
|
||||
components:
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ DoorElectronicsMantis ]
|
||||
|
||||
#Add windoors from upstream roles
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorSecureBoxerLocked
|
||||
suffix: Boxer, Locked
|
||||
components:
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ DoorElectronicsBoxer ]
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorSecureClownLocked
|
||||
suffix: Clown, Locked
|
||||
components:
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ DoorElectronicsClown ]
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorSecureMimeLocked
|
||||
suffix: Mime, Locked
|
||||
components:
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ DoorElectronicsMime ]
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorSecureMusicianLocked
|
||||
suffix: Musician, Locked
|
||||
components:
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ DoorElectronicsMusician ]
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorSecureReporterLocked
|
||||
suffix: Reporter, Locked
|
||||
components:
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ DoorElectronicsReporter ]
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorSecureLibraryLocked
|
||||
suffix: Library, Locked
|
||||
components:
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ DoorElectronicsLibrary ]
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorSecureZookeeperLocked
|
||||
suffix: Zookeeper, Locked
|
||||
components:
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ DoorElectronicsZookeeper ]
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorSecureCorpsmanLocked
|
||||
suffix: Corpsman, Locked
|
||||
components:
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ DoorElectronicsCorpsman ]
|
||||
- type: Wires
|
||||
layoutId: AirlockCommand
|
||||
|
||||
- type: entity
|
||||
parent: WindoorSecure
|
||||
id: WindoorSecurePsychologistLocked
|
||||
suffix: Psychologist, Locked
|
||||
components:
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board: [ DoorElectronicsPsychologist ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue