diff --git a/modular_zubbers/code/modules/clothing/head/jobs.dm b/modular_zubbers/code/modules/clothing/head/jobs.dm index 9d27e0b7e2b50..b79ca871cef6a 100644 --- a/modular_zubbers/code/modules/clothing/head/jobs.dm +++ b/modular_zubbers/code/modules/clothing/head/jobs.dm @@ -2,7 +2,7 @@ name = "blueshield's campaign hat" desc = "A variant of the warden's campaign hat recolored to match the Blueshield. Made with durathread to protect their squishy braincase. It's padded with nano-kevlar, making it more protective than standard berets." icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi' - worn_icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi' + worn_icon = 'modular_zubbers/icons/mob/clothing/head/hats.dmi' icon_state = "bluedrill" armor_type = /datum/armor/suit_armor/blueshield //same as the Blueshield's default beret. @@ -10,7 +10,7 @@ name = "captain's campaign hat" desc = "A variant of the warden's campaign hat for your more militaristic captains." icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi' - worn_icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi' + worn_icon = 'modular_zubbers/icons/mob/clothing/head/hats.dmi' icon_state = "capdrill" armor_type = /datum/armor/hats_caphat @@ -18,7 +18,7 @@ name = "head of security's campaign hat" desc = "A variant of the warden's campaign hat for the Head of Security. End the blood-feud and team up." icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi' - worn_icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi' + worn_icon = 'modular_zubbers/icons/mob/clothing/head/hats.dmi' icon_state = "hosdrill" armor_type = /datum/armor/hats_hos @@ -26,7 +26,7 @@ name = "representative's campaign hat" desc = "A variant of the warden's campaign hat for your more militaristic representatives." icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi' - worn_icon = 'modular_zubbers/icons/obj/clothing/head/hats.dmi' + worn_icon = 'modular_zubbers/icons/mob/clothing/head/hats.dmi' icon_state = "repdrill" armor_type = /datum/armor/head_nanotrasen_consultant diff --git a/modular_zubbers/icons/mob/clothing/head/hats.dmi b/modular_zubbers/icons/mob/clothing/head/hats.dmi index ec18da30c7512..140c381820557 100644 Binary files a/modular_zubbers/icons/mob/clothing/head/hats.dmi and b/modular_zubbers/icons/mob/clothing/head/hats.dmi differ