Skip to content

Commit

Permalink
Added lawyer windoor, fixed spawner names, fixed locker names
Browse files Browse the repository at this point in the history
  • Loading branch information
Timemaster99 committed Jun 5, 2024
1 parent 9baf515 commit e2a5a41
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: entity
parent: LockerChiefJustice
id: LockerChiefJusticeFilled
name: chief justice's locker
suffix: Filled
components:
- type: StorageFill
contents:
Expand All @@ -17,4 +17,5 @@
- id: DoorRemoteJustice
- id: Gavel
- id: RubberStampChiefJustice

- id: LunchboxCommandFilledRandom # Delta-V Lunchboxes!
prob: 0.3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: entity
parent: LockerClerk
id: LockerClerkFilled
name: clerk's locker
suffix: Filled
components:
- type: StorageFill
contents:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- type: entity
id: SpawnPointChiefJustice
parent: SpawnPointJobBase
name: chief justice
name: chiefjustice
components:
- type: SpawnPoint
job_id: ChiefJustice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,12 @@
- type: ContainerFill
containers:
board: [ DoorElectronicsProsecutor ]

- type: entity
parent: WindoorSecure
id: WindoorSecureLawyerLocked
suffix: Lawyer, Locked
components:
- type: ContainerFill
containers:
board: [ DoorElectronicsLawyer ]

0 comments on commit e2a5a41

Please sign in to comment.