From a7b0adc72b106d4033792aed5565845a090076ff Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Thu, 15 May 2025 03:14:09 -0400 Subject: [PATCH] Some loadout fixes (#17700) * Some missed stuff * Update loadout_xeno.dm * awawi * Update loadout_xeno.dm --- .../preference_setup/loadout/loadout_xeno.dm | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno.dm b/code/modules/client/preference_setup/loadout/loadout_xeno.dm index 682f07c7c5..b465ac4f20 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno.dm @@ -277,7 +277,7 @@ /datum/gear/suit/dept/cloak/cap display_name = "site manager cloak (Teshari)" - path = /obj/item/clothing/suit/storage/teshari/cloak/jobs + path = /obj/item/clothing/suit/storage/teshari/cloak/jobs/cap allowed_roles = list(JOB_SITE_MANAGER) /datum/gear/suit/dept/cloak/hop @@ -550,23 +550,29 @@ ..() gear_tweaks += gear_tweak_free_color_choice +/datum/gear/suit/dept/beltcloak + whitelisted = SPECIES_TESHARI + sort_category = "Xenowear" + /datum/gear/suit/dept/beltcloak/wrdn display_name = "warden belted cloak (Teshari)" path = /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/wrdn allowed_roles = list(JOB_HEAD_OF_SECURITY,JOB_WARDEN) - sort_category = "Xenowear" + +/datum/gear/suit/dept/beltcloak/hos + display_name = "Chief of Security belted cloak (Teshari)" + path = /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/hos + allowed_roles = list(JOB_HEAD_OF_SECURITY) /datum/gear/suit/dept/beltcloak/jani display_name = "janitor belted cloak (Teshari)" path = /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/jani allowed_roles = list(JOB_JANITOR) - sort_category = "Xenowear" /datum/gear/suit/dept/beltcloak/cmd display_name = "command belted cloak (Teshari)" path = /obj/item/clothing/suit/storage/teshari/beltcloak/jobs/command allowed_roles = list(JOB_SITE_MANAGER,JOB_HEAD_OF_PERSONNEL,JOB_HEAD_OF_SECURITY,JOB_CHIEF_ENGINEER,JOB_CHIEF_MEDICAL_OFFICER,JOB_RESEARCH_DIRECTOR) - sort_category = "Xenowear" /datum/gear/suit/cloak_hood display_name = "hooded cloak selection (Teshari)"