Skip to content

Commit

Permalink
Fixes security hud going blank (#1052)
Browse files Browse the repository at this point in the history
Someone forgot to put Textures in the path
  • Loading branch information
Adrian16199 authored and nearlyNonexistent committed Apr 14, 2024
1 parent d898b24 commit f03c030
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/DeltaV/StatusEffects/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
parent: JobIcon
id: JobIconMedicalBorg
icon:
sprite: DeltaV/Interface/Misc/job_icons.rsi
sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi
state: MedicalBorg
10 changes: 5 additions & 5 deletions Resources/Prototypes/Nyanotrasen/StatusEffects/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@
parent: JobIcon
id: JobIconGladiator
icon:
sprite: DeltaV/Interface/Misc/job_icons.rsi
sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi
state: nyanoGladiator

- type: statusIcon
parent: JobIcon
id: JobIconPrisonGuard
icon:
sprite: DeltaV/Interface/Misc/job_icons.rsi
sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi
state: nyanoPrisonGuard

- type: statusIcon
parent: JobIcon
id: JobIconMailCarrier
icon:
sprite: DeltaV/Interface/Misc/job_icons.rsi
sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi
state: nyanoMailCarrier

- type: statusIcon
parent: JobIcon
id: JobIconMartialArtist
icon:
sprite: DeltaV/Interface/Misc/job_icons.rsi
sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi
state: nyanoMartialArtist

- type: statusIcon
parent: JobIcon
id: JobIconForensicMantis
icon:
sprite: DeltaV/Interface/Misc/job_icons.rsi
sprite: /Textures/DeltaV/Interface/Misc/job_icons.rsi
state: nyanoMantis

0 comments on commit f03c030

Please sign in to comment.