More suffixes fixes for Justice (#6396)

Suffixes, suffixes!
This commit is contained in:
Radezolid 2026-08-04 21:07:51 -03:00 committed by GitHub
parent ca7c7daf6c
commit 393e1951a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 8 additions and 7 deletions

View File

@ -112,7 +112,7 @@
- type: entity
parent: LockerJusticeWarden
id: LockerJusticeWardenFilled
suffix: Filled, Justice
suffix: Filled, Justice Warden
components:
- type: EntityTableContainerFill
containers:
@ -152,7 +152,7 @@
- type: entity
parent: LockerJusticeDetective
id: LockerJusticeDetectiveFilled
suffix: Filled
suffix: Filled, Justice
components:
- type: EntityTableContainerFill
containers:

View File

@ -118,7 +118,7 @@
parent: SpawnPointJobBase
id: SpawnPointJusticeWarden
name: warden
suffix: Justice
suffix: Justice Warden
components:
- type: SpawnPoint
job_id: JusticeWarden

View File

@ -41,7 +41,7 @@
parent: BedsheetBase
id: BedsheetJusticeWarden
name: warden's bedsheet
suffix: Justice
suffix: Justice Warden
components:
- type: Sprite # TODO: Resprite
state: random_bedsheet

View File

@ -260,7 +260,7 @@
parent: IDCardStandard
id: JusticeWardenIDCard
name: warden ID card
suffix: Justice
suffix: Justice Warden
components:
- type: Sprite
layers:

View File

@ -124,7 +124,7 @@
- type: entity
parent: Holopad
id: HolopadJusticeDetective
suffix: Detective
suffix: Detective, Justice
components:
- type: Label
currentLabel: holopad-justice-detective

View File

@ -84,6 +84,7 @@
parent: LockerJustice
id: LockerJusticeDetective # TODO - Resprite
name: detective's locker
suffix: Justice
components:
- type: AccessReader
access: [["Detective"]]
@ -92,7 +93,7 @@
parent: LockerJustice
id: LockerJusticeWarden # TODO - Resprite
name: warden's locker
suffix: Justice
suffix: Justice Warden
components:
- type: AccessReader
access: [["JusticeWarden"]]