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"