Skip to content

Commit

Permalink
Add missing windoors
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningRash committed Jun 11, 2024
1 parent 21cd750 commit 7aa3874
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- type: entity
parent: AirlockCommandGlass
id: AirlockChiefJusticeGlassLocked
suffix: ChiefJustice, Locked
suffix: Chief Justice, Locked
components:
- type: ContainerFill
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- type: entity
parent: WindoorSecure
id: WindoorSecureChiefJusticeLocked
suffix: ChiefJustice, Locked
suffix: Chief Justice, Locked
components:
- type: ContainerFill
containers:
Expand Down Expand Up @@ -60,7 +60,7 @@
- type: ContainerFill
containers:
board: [ DoorElectronicsClerk ]

- type: entity
parent: WindoorSecure
id: WindoorSecureLawyerLocked
Expand All @@ -69,3 +69,96 @@
- type: ContainerFill
containers:
board: [ DoorElectronicsLawyer ]

- type: entity
parent: WindoorSecure
id: WindoorSecureMantisLocked
suffix: Mantis, Locked
components:
- type: ContainerFill
containers:
board: [ DoorElectronicsMantis ]

# Delta V: Add Airlocks/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 ]

0 comments on commit 7aa3874

Please sign in to comment.