From 080a0419e6cbdfaff892eae910290a2dad1cb88b Mon Sep 17 00:00:00 2001 From: SimpleStation14 <130339894+SimpleStation14@users.noreply.github.com> Date: Sat, 4 May 2024 16:50:49 -0700 Subject: [PATCH] Fixes security hud going blank (#92) ## Mirror of PR #1052: [Fixes security hud going blank](https://github.com/DeltaV-Station/Delta-v/pull/1052) from DeltaV-Station [DeltaV-Station](https://github.com/DeltaV-Station)/[Delta-v](https://github.com/DeltaV-Station/Delta-v) `1922f26d594214fc590b14cbf341002bd1d55ffb` --- PR changed 0 files with 0 additions and 0 deletions. The PR had the following labels: - Changes: YML ---

Original Body

> Someone forgot to put Textures in the path > Basicly security hud stopped working when either nyano or delta V job came by, this fixes it. > > > > > ## About the PR > > > ## Why / Balance > > > ## Technical details > > > ## Media > > > - [ ] I have added screenshots/videos to this PR showcasing its changes ingame, **or** this PR does not require an ingame showcase > > ## Breaking changes > > > **Changelog** > > > >
Co-authored-by: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Co-authored-by: VMSolidus --- Resources/Prototypes/DeltaV/StatusEffects/job.yml | 2 +- Resources/Prototypes/Nyanotrasen/StatusEffects/job.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/DeltaV/StatusEffects/job.yml b/Resources/Prototypes/DeltaV/StatusEffects/job.yml index 4b61fd46d7..949ac6a99e 100644 --- a/Resources/Prototypes/DeltaV/StatusEffects/job.yml +++ b/Resources/Prototypes/DeltaV/StatusEffects/job.yml @@ -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 diff --git a/Resources/Prototypes/Nyanotrasen/StatusEffects/job.yml b/Resources/Prototypes/Nyanotrasen/StatusEffects/job.yml index 64a597d590..943660199b 100644 --- a/Resources/Prototypes/Nyanotrasen/StatusEffects/job.yml +++ b/Resources/Prototypes/Nyanotrasen/StatusEffects/job.yml @@ -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