From 5af5aaa651fa6384d787d371c1b4248bdd3409fb Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:52:40 +0300 Subject: [PATCH] fix --- .../{StatusEffects => StatusIcon}/job.yml | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) rename Resources/Prototypes/_CP14/{StatusEffects => StatusIcon}/job.yml (73%) diff --git a/Resources/Prototypes/_CP14/StatusEffects/job.yml b/Resources/Prototypes/_CP14/StatusIcon/job.yml similarity index 73% rename from Resources/Prototypes/_CP14/StatusEffects/job.yml rename to Resources/Prototypes/_CP14/StatusIcon/job.yml index e0517aeafe..a57f8ee259 100644 --- a/Resources/Prototypes/_CP14/StatusEffects/job.yml +++ b/Resources/Prototypes/_CP14/StatusIcon/job.yml @@ -1,48 +1,54 @@ -- type: statusIcon +- type: jobIcon id: CP14JobIcon abstract: true priority: 1 locationPreference: Right isShaded: true -- type: statusIcon +- type: jobIcon parent: CP14JobIcon id: CP14JobIconAdventurer icon: sprite: /Textures/_CP14/Interface/Misc/job_icons.rsi state: Adventurer + jobName: cp14-job-name-adventurer -- type: statusIcon +- type: jobIcon parent: CP14JobIcon id: CP14JobIconAlchemist icon: sprite: /Textures/_CP14/Interface/Misc/job_icons.rsi state: Alchemist + jobName: cp14-job-name-alchemist -- type: statusIcon +- type: jobIcon parent: CP14JobIcon id: CP14JobIconInnkeeper icon: sprite: /Textures/_CP14/Interface/Misc/job_icons.rsi state: Innkeeper + jobName: cp14-job-name-innkeeper -- type: statusIcon +- type: jobIcon parent: CP14JobIcon id: CP14JobIconCaptain icon: sprite: /Textures/_CP14/Interface/Misc/job_icons.rsi state: Captain + jobName: cp14-job-name-captain -- type: statusIcon +- type: jobIcon parent: CP14JobIcon id: CP14JobIconGuardCommander icon: sprite: /Textures/_CP14/Interface/Misc/job_icons.rsi state: GuardCommander + jobName: cp14-job-name-guard-commander -- type: statusIcon +- type: jobIcon parent: CP14JobIcon id: CP14JobIconHouseKeeper icon: sprite: /Textures/_CP14/Interface/Misc/job_icons.rsi state: HouseKeeper + jobName: cp14-job-name-house-keeper