security HUD now shows a job icon on entities with a body (#18054)

This commit is contained in:
PrPleGoo
2023-08-01 23:17:03 +02:00
committed by GitHub
parent 9d4c1a254a
commit e083b33aae
11 changed files with 256 additions and 13 deletions

View File

@@ -30,6 +30,7 @@
sprite: Clothing/Eyes/Hud/sec.rsi
- type: Clothing
sprite: Clothing/Eyes/Hud/sec.rsi
- type: ShowSecurityIcons
- type: entity
parent: ClothingEyesBase
@@ -96,6 +97,7 @@
sprite: Clothing/Eyes/Hud/medsec.rsi
- type: Clothing
sprite: Clothing/Eyes/Hud/medsec.rsi
- type: ShowSecurityIcons
- type: entity
parent: ClothingEyesBase
@@ -107,6 +109,7 @@
sprite: Clothing/Eyes/Hud/medsecengi.rsi
- type: Clothing
sprite: Clothing/Eyes/Hud/medsecengi.rsi
- type: ShowSecurityIcons
- type: entity
parent: ClothingEyesBase
@@ -118,3 +121,4 @@
sprite: Clothing/Eyes/Hud/omni.rsi
- type: Clothing
sprite: Clothing/Eyes/Hud/omni.rsi
- type: ShowSecurityIcons

View File

@@ -2,6 +2,7 @@
id: JobIcon
abstract: true
priority: 1
locationPreference: Left
- type: statusIcon
parent: JobIcon
@@ -337,7 +338,7 @@
id: JobIconSeniorPhysician
icon:
sprite: Interface/Misc/job_icons.rsi
state: SeniorPhysician
state: SeniorPhysician
- type: statusIcon
parent: JobIcon