diff --git a/modular_splurt/code/modules/clothing/under/jobs/centcom.dm b/modular_splurt/code/modules/clothing/under/jobs/centcom.dm index 6017c70ee9..dd5a6f4486 100644 --- a/modular_splurt/code/modules/clothing/under/jobs/centcom.dm +++ b/modular_splurt/code/modules/clothing/under/jobs/centcom.dm @@ -1,13 +1,13 @@ /obj/item/clothing/under/rank/centcom name = "centcom suit" desc = "A green suit that smells of self importance, often worn by a certain bridge \"advisor\"." - icon = '/icons/obj/clothing/uniform.dmi' + icon = 'icons/obj/clothing/uniforms.dmi' mob_overlay_icon = 'modular_splurt/icons/mobs/clothing/centcom.dmi' icon_state = "officer" item_state = "centcom" can_adjust = FALSE mutantrace_variation = STYLE_DIGITIGRADE|STYLE_ALL_TAURIC - unique_reskin = list( + unique_reskin = list( "Golden" = list("icon_state" = "centcom"), "Golden Skirt" = list("icon_state" = "centcom_skirt"), "Official" = list("icon_state" = "official"),