diff --git a/code/modules/clothing/spacesuits/misc_spacesuits.dm b/code/modules/clothing/spacesuits/misc_spacesuits.dm index c918e52c863..9ceef7c1493 100644 --- a/code/modules/clothing/spacesuits/misc_spacesuits.dm +++ b/code/modules/clothing/spacesuits/misc_spacesuits.dm @@ -75,7 +75,7 @@ name = "officer beret" desc = "An armored beret commonly used by special operations officers." icon = 'icons/obj/clothing/head/beret.dmi' - icon_state = "beret_officer" + icon_state = "beret_soo" item_state = 'icons/mob/clothing/head/beret.dmi' icon_override = 'icons/mob/clothing/head/beret.dmi' flags = STOPSPRESSUREDMAGE | THICKMATERIAL diff --git a/icons/mob/clothing/head/beret.dmi b/icons/mob/clothing/head/beret.dmi index 87ed4dda4b3..e6faace727b 100644 Binary files a/icons/mob/clothing/head/beret.dmi and b/icons/mob/clothing/head/beret.dmi differ diff --git a/icons/mob/clothing/species/vox/head/beret.dmi b/icons/mob/clothing/species/vox/head/beret.dmi index 0aa6e542e36..e5709c8b794 100644 Binary files a/icons/mob/clothing/species/vox/head/beret.dmi and b/icons/mob/clothing/species/vox/head/beret.dmi differ diff --git a/icons/obj/clothing/head/beret.dmi b/icons/obj/clothing/head/beret.dmi index 1f6ec0c35d7..65ac42ce332 100644 Binary files a/icons/obj/clothing/head/beret.dmi and b/icons/obj/clothing/head/beret.dmi differ