This commit is contained in:
Emisse
2022-07-01 21:10:50 -06:00
committed by GitHub
parent 1a4ffbaeb8
commit c726041c19
14 changed files with 82 additions and 2 deletions

View File

@@ -406,6 +406,18 @@
- state: green
- state: security_officer
- type: entity
id: SpawnPointDetective
parent: SpawnPointJobBase
name: detective
components:
- type: SpawnPoint
job_id: Detective
- type: Sprite
layers:
- state: green
- state: detective
# SPECIAL
# ERT
- type: entity

View File

@@ -661,3 +661,18 @@
state: pda-reporter
- type: Icon
state: pda-reporter
- type: entity
parent: BasePDA
id: DetectivePDA
name: detective PDA
description: Smells like rain... pouring down the rooftops...
components:
- type: PDA
id: DetectiveIDCard
- type: Appearance
visuals:
- type: PDAVisualizer
state: pda-detective
- type: Icon
state: pda-detective

View File

@@ -508,3 +508,14 @@
- state: idreporter
- type: PresetIdCard
job: Reporter
- type: entity
parent: IDCardStandard
id: DetectiveIDCard
name: detective ID card
components:
- type: Sprite
layers:
- state: iddetective
- type: PresetIdCard
job: Detective