From 9867e042b14f561f381b55f6dce0865b541149bd Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sun, 4 Jan 2026 04:24:34 -0700 Subject: [PATCH] [MIRROR] Fixes teshari CE being unselectable (#12206) Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> --- code/__defines/jobs.dm | 2 +- code/modules/client/preference_setup/loadout/loadout_xeno.dm | 2 +- code/modules/clothing/suits/aliens/teshari.dm | 4 ++-- code/modules/clothing/under/xenos/teshari.dm | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/__defines/jobs.dm b/code/__defines/jobs.dm index 2ed5e92c5d..4560e2697f 100644 --- a/code/__defines/jobs.dm +++ b/code/__defines/jobs.dm @@ -32,7 +32,7 @@ #define JOB_ALT_SECURITY_MANAGER "Security Manager" #define JOB_CHIEF_ENGINEER "Chief Engineer" - // Cheif Engineer alt titles + // Chief Engineer alt titles #define JOB_ALT_HEAD_ENGINEER "Head Engineer" #define JOB_ALT_FOREMAN "Foreman" #define JOB_ALT_MAINTENANCE_MANAGER "Maintenance Manager" diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno.dm b/code/modules/client/preference_setup/loadout/loadout_xeno.dm index 38d45681ab..608d78a130 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno.dm @@ -303,7 +303,7 @@ cloaks[initial(cloak_type.name)] = cloak_type gear_tweaks += new/datum/gear_tweak/path(sortAssoc(cloaks)) -/datum/gear/suit/cloak/dept/ce +/datum/gear/suit/dept/cloak/ce display_name = "chief engineer cloak (Teshari)" path = /obj/item/clothing/suit/storage/teshari/cloak/jobs/ce allowed_roles = list(JOB_CHIEF_ENGINEER) diff --git a/code/modules/clothing/suits/aliens/teshari.dm b/code/modules/clothing/suits/aliens/teshari.dm index 192e160a77..3e96239d52 100644 --- a/code/modules/clothing/suits/aliens/teshari.dm +++ b/code/modules/clothing/suits/aliens/teshari.dm @@ -133,7 +133,7 @@ //Engineering /obj/item/clothing/suit/storage/teshari/cloak/jobs/ce - name = "cheif engineer cloak" + name = "chief engineer cloak" desc = "A soft Teshari cloak made for the "+ JOB_CHIEF_ENGINEER icon_state = "tesh_cloak_ce" @@ -151,7 +151,7 @@ /obj/item/clothing/suit/storage/teshari/cloak/jobs/cmo name = "chief medical officer cloak" - desc = "A soft Teshari cloak made the Cheif Medical Officer" + desc = "A soft Teshari cloak made the Chief Medical Officer" icon_state = "tesh_cloak_cmo" /obj/item/clothing/suit/storage/teshari/cloak/jobs/medical diff --git a/code/modules/clothing/under/xenos/teshari.dm b/code/modules/clothing/under/xenos/teshari.dm index 4d76c79025..7477095d52 100644 --- a/code/modules/clothing/under/xenos/teshari.dm +++ b/code/modules/clothing/under/xenos/teshari.dm @@ -231,7 +231,7 @@ icon_state = "tesh_uniform_hop" /obj/item/clothing/under/teshari/undercoat/jobs/ce - name = "cheif engineer undercoat" + name = "chief engineer undercoat" desc = "A traditional Teshari garb made for the " + JOB_CHIEF_ENGINEER icon_state = "tesh_uniform_ce" @@ -260,7 +260,7 @@ /obj/item/clothing/under/teshari/undercoat/jobs/cmo name = "chief medical officer undercoat" - desc = "A traditional Teshari garb made for the Cheif Medical Officer" + desc = "A traditional Teshari garb made for the Chief Medical Officer" icon_state = "tesh_uniform_cmo" /obj/item/clothing/under/teshari/undercoat/jobs/qm