diff --git a/code/modules/clothing/head/head.dm b/code/modules/clothing/head/head.dm index ea7ab75176..e420aa46ad 100644 --- a/code/modules/clothing/head/head.dm +++ b/code/modules/clothing/head/head.dm @@ -125,7 +125,7 @@ /obj/item/clothing/head/cmcap name = "patrol cap" - desc = "A comfortable patrol cap. It offers no defensive properties." + desc = "A comfortable green patrol cap. It offers no defensive properties." icon_state = "cap" icon = 'icons/obj/items/clothing/cm_hats.dmi' var/helmet_overlays[] @@ -268,13 +268,13 @@ /obj/item/clothing/head/cmcap/khaki name = "patrol cap" desc = "A comfortable khaki patrol cap. It offers no defensive properties." - icon_state = "rocap" + icon_state = "khaki_cap" flags_atom = NO_SNOW_TYPE /obj/item/clothing/head/cmcap/bridge - name = "\improper USCM officer cap" - desc = "A hat usually worn by officers in the USCM. While it provides no protection, some officers wear it in the field to make themselves more recognisable." - icon_state = "cap_officer" + name = "\improper USCM Operations cap" + desc = "A comfortable green patrol cap utilized by Officers and dropship crews in lieu of helmets. It offers no defensive properties." + icon_state = "command_cap" /obj/item/clothing/head/cmcap/flap name = "\improper USCM expedition cap" diff --git a/icons/mob/humans/onmob/head-layer/head_marine.dmi b/icons/mob/humans/onmob/head-layer/head_marine.dmi index e59380f9a1..2af907876a 100644 Binary files a/icons/mob/humans/onmob/head-layer/head_marine.dmi and b/icons/mob/humans/onmob/head-layer/head_marine.dmi differ