security HUD now shows a job icon on entities with a body (#18054)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user