parent
ca7c7daf6c
commit
393e1951a2
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@
|
|||
parent: SpawnPointJobBase
|
||||
id: SpawnPointJusticeWarden
|
||||
name: warden
|
||||
suffix: Justice
|
||||
suffix: Justice Warden
|
||||
components:
|
||||
- type: SpawnPoint
|
||||
job_id: JusticeWarden
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -260,7 +260,7 @@
|
|||
parent: IDCardStandard
|
||||
id: JusticeWardenIDCard
|
||||
name: warden ID card
|
||||
suffix: Justice
|
||||
suffix: Justice Warden
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@
|
|||
- type: entity
|
||||
parent: Holopad
|
||||
id: HolopadJusticeDetective
|
||||
suffix: Detective
|
||||
suffix: Detective, Justice
|
||||
components:
|
||||
- type: Label
|
||||
currentLabel: holopad-justice-detective
|
||||
|
|
|
|||
|
|
@ -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"]]
|
||||
|
|
|
|||
Loading…
Reference in New Issue