diff --git a/code/modules/clothing/spacesuits/miscellaneous.dm b/code/modules/clothing/spacesuits/miscellaneous.dm index 2ffe85b6c4..c944b2aa1f 100644 --- a/code/modules/clothing/spacesuits/miscellaneous.dm +++ b/code/modules/clothing/spacesuits/miscellaneous.dm @@ -510,12 +510,12 @@ Contains: name = "paramedic EVA suit" icon_state = "paramedic-eva" item_state = "paramedic-eva" - desc = "A deep blue space suit decorated with red and white crosses to indicate that the wearer is trained emergency medical personnel." + desc = "A deep blue space suit decorated with medical insignia to indicate that the wearer is trained emergency medical personnel." allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/roller) /obj/item/clothing/head/helmet/space/eva/paramedic name = "paramedic EVA helmet" - desc = "A deep blue space helmet with a large red cross on the faceplate to designate the wearer as trained emergency medical personnel." + desc = "A deep blue space helmet decorated with medical insignia to designate the wearer as trained emergency medical personnel." icon_state = "paramedic-eva-helmet" item_state = "paramedic-eva-helmet" diff --git a/icons/mob/clothing/head.dmi b/icons/mob/clothing/head.dmi index 62d6644311..4b0c56c4d2 100644 Binary files a/icons/mob/clothing/head.dmi and b/icons/mob/clothing/head.dmi differ diff --git a/icons/mob/clothing/head_muzzled.dmi b/icons/mob/clothing/head_muzzled.dmi index 0c72221833..e99f1ff6d4 100644 Binary files a/icons/mob/clothing/head_muzzled.dmi and b/icons/mob/clothing/head_muzzled.dmi differ diff --git a/icons/mob/clothing/suit.dmi b/icons/mob/clothing/suit.dmi index 21d2f872f1..a3d75644da 100644 Binary files a/icons/mob/clothing/suit.dmi and b/icons/mob/clothing/suit.dmi differ diff --git a/icons/mob/clothing/suit_digi.dmi b/icons/mob/clothing/suit_digi.dmi index 9f6e3ffb84..b109c2095e 100644 Binary files a/icons/mob/clothing/suit_digi.dmi and b/icons/mob/clothing/suit_digi.dmi differ diff --git a/icons/obj/closet.dmi b/icons/obj/closet.dmi index 3653635c56..70f5001c26 100644 Binary files a/icons/obj/closet.dmi and b/icons/obj/closet.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index 95a31f8b9f..ee6cf90597 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ diff --git a/icons/obj/clothing/suits.dmi b/icons/obj/clothing/suits.dmi index 935e9ead02..f9eabaa44c 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ