diff --git a/code/modules/clothing/head/soft_caps.dm b/code/modules/clothing/head/soft_caps.dm index 0926425a7722..a0e95f7f0f30 100644 --- a/code/modules/clothing/head/soft_caps.dm +++ b/code/modules/clothing/head/soft_caps.dm @@ -93,13 +93,13 @@ name = "\improper blue trucker hat" desc = "It's a blue trucker hat." icon_state = "truckercap_bluesoft" - cap_color = "blue" + cap_color = "truckercap_blue" /obj/item/clothing/head/soft/trucker/red name = "\improper red trucker hat" desc = "It's a red trucker hat." icon_state = "truckercap_redsoft" - cap_color = "red" + cap_color = "truckercap_red" /obj/item/clothing/head/soft/sec name = "security cap" diff --git a/code/modules/clothing/under/ties.dm b/code/modules/clothing/under/ties.dm index e3958d727c34..56d819b088cb 100644 --- a/code/modules/clothing/under/ties.dm +++ b/code/modules/clothing/under/ties.dm @@ -361,7 +361,7 @@ /obj/item/clothing/accessory/armband/nurse name = "nurse armband" desc = "An armband, worn by the rookie nurses to display they are still not doctors. This one is dark red." - icon_state = "medgreen" + icon_state = "nurse" //patches /obj/item/clothing/accessory/patch diff --git a/icons/obj/items/clothing/uniforms.dmi b/icons/obj/items/clothing/uniforms.dmi index 041bc2b7b7da..bf8e5831607c 100644 Binary files a/icons/obj/items/clothing/uniforms.dmi and b/icons/obj/items/clothing/uniforms.dmi differ