Skip to content

Commit

Permalink
Updated doors to electronics system, fixed courier spawner that I bot…
Browse files Browse the repository at this point in the history
…ched
  • Loading branch information
Timemaster99 committed May 25, 2024
1 parent 7546e16 commit f0b33f3
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
#- sprite: DeltaV/Markers/jobs.rsi
# state: prosecutor

- type: entity
id: SpawnPointCourier
parent: SpawnPointJobBase
name: courier
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,27 @@
components:
- type: AccessReader
access: [["Mail"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsChiefJustice
suffix: ChiefJustice, Locked
components:
- type: AccessReader
access: [["ChiefJustice"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsJustice
suffix: Justice, Locked
components:
- type: AccessReader
access: [["Justice"]]

- type: entity
parent: DoorElectronics
id: DoorElectronicsProsecutor
suffix: Prosecutor, Locked
components:
- type: AccessReader
access: [["Prosecutor"]]
Original file line number Diff line number Diff line change
Expand Up @@ -22,73 +22,82 @@
id: AirlockChiefJusticeLocked
suffix: Chief Justice, Locked
components:
- type: AccessReader
access: [["ChiefJustice"]]
- type: ContainerFill
containers:
board: [ DoorElectronicsChiefJustice ]

- type: entity
parent: AirlockCommandGlass
id: AirlockChiefJusticeGlassLocked
suffix: ChiefJustice, Locked
components:
- type: AccessReader
access: [["ChiefJustice"]]
- type: ContainerFill
containers:
board: [ DoorElectronicsChiefJustice ]

- type: entity
parent: AirlockJustice
id: AirlockJusticeLocked
suffix: Justice, Locked
components:
- type: AccessReader
access: [["Justice"]]
- type: ContainerFill
containers:
board: [ DoorElectronicsJustice ]

- type: entity
parent: AirlockJusticeGlass
id: AirlockJusticeGlassLocked
suffix: Justice, Locked
components:
- type: AccessReader
access: [["Justice"]]
- type: ContainerFill
containers:
board: [ DoorElectronicsJustice ]

- type: entity
parent: AirlockJustice
id: AirlockProsecutorLocked
suffix: Prosecutor, Locked
components:
- type: AccessReader
access: [["Prosecutor"]]
- type: ContainerFill
containers:
board: [ DoorElectronicsProsecutor ]

- type: entity
parent: AirlockJusticeGlass
id: AirlockProsecutorGlassLocked
suffix: Prosecutor, Locked
components:
- type: AccessReader
access: [["Prosecutor"]]
- type: ContainerFill
containers:
board: [ DoorElectronicsProsecutor ]

# Maintenance
- type: entity
parent: AirlockMaint
id: AirlockMaintChiefJusticeLocked
suffix: ChiefJustice, Locked
components:
- type: AccessReader
access: [["ChiefJustice"]]
- type: ContainerFill
containers:
board: [ DoorElectronicsChiefJustice ]

- type: entity
parent: AirlockMaint
id: AirlockMaintJusticeLocked
suffix: Justice, Locked
components:
- type: AccessReader
access: [["Justice"]]
- type: ContainerFill
containers:
board: [ DoorElectronicsJustice ]

- type: entity
parent: AirlockMaint
id: AirlockMaintProsecutorLocked
suffix: Prosecutor, Locked
components:
- type: AccessReader
access: [["Prosecutor"]]
- type: ContainerFill
containers:
board: [ DoorElectronicsProsecutor ]

- type: entity
parent: AirlockSecurity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
components:
- type: AccessReader
access: [["ChiefJustice"]]
- type: ContainerFill
containers:
board: [ DoorElectronicsChiefJustice ]

- type: entity
parent: WindoorSecure
Expand All @@ -42,6 +45,9 @@
components:
- type: AccessReader
access: [["Justice"]]
- type: ContainerFill
containers:
board: [ DoorElectronicsJustice ]

- type: entity
parent: WindoorSecure
Expand All @@ -50,3 +56,6 @@
components:
- type: AccessReader
access: [["Prosecutor"]]
- type: ContainerFill
containers:
board: [ DoorElectronicsProsecutor ]

0 comments on commit f0b33f3

Please sign in to comment.