diff --git a/code/modules/clothing/spacesuits/miscellaneous.dm b/code/modules/clothing/spacesuits/miscellaneous.dm index 53aea9eca47..59339ac226d 100644 --- a/code/modules/clothing/spacesuits/miscellaneous.dm +++ b/code/modules/clothing/spacesuits/miscellaneous.dm @@ -158,8 +158,8 @@ Contains: //Emergency Response Team suits /obj/item/clothing/head/helmet/space/hardsuit/ert - name = "emergency response unit helmet" - desc = "Standard issue command helmet for the ERT." + name = "emergency response team commander helmet" + desc = "The integrated helmet of an ERT hardsuit, this one has blue highlights." icon_state = "hardsuit0-ert_commander" item_state = "hardsuit0-ert_commander" item_color = "ert_commander" @@ -171,8 +171,8 @@ Contains: max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT /obj/item/clothing/suit/space/hardsuit/ert - name = "emergency response team suit" - desc = "Standard issue command suit for the ERT." + name = "emergency response team commander hardsuit" + desc = "The standard issue hardsuit of the ERT, this one has blue highlights. Offers superb protection against environmental hazards." icon_state = "ert_command" item_state = "ert_command" helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert @@ -185,39 +185,45 @@ Contains: //ERT Security /obj/item/clothing/head/helmet/space/hardsuit/ert/sec - desc = "Standard issue security helmet for the ERT." + name = "emergency response team security helmet" + desc = "The integrated helmet of an ERT hardsuit, this one has red highlights." icon_state = "hardsuit0-ert_security" item_state = "hardsuit0-ert_security" item_color = "ert_security" /obj/item/clothing/suit/space/hardsuit/ert/sec - desc = "Standard issue security suit for the ERT." + name = "emergency response team security hardsuit" + desc = "The standard issue hardsuit of the ERT, this one has red highlights. Offers superb protection against environmental hazards." icon_state = "ert_security" item_state = "ert_security" helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert/sec //ERT Engineering /obj/item/clothing/head/helmet/space/hardsuit/ert/engi - desc = "Standard issue engineer helmet for the ERT." + name = "emergency response team engineering helmet" + desc = "The integrated helmet of an ERT hardsuit, this one has orange highlights." icon_state = "hardsuit0-ert_engineer" item_state = "hardsuit0-ert_engineer" item_color = "ert_engineer" /obj/item/clothing/suit/space/hardsuit/ert/engi - desc = "Standard issue engineer suit for the ERT." + name = "emergency response team engineering hardsuit" + desc = "The standard issue hardsuit of the ERT, this one has orange highlights. Offers superb protection against environmental hazards." icon_state = "ert_engineer" item_state = "ert_engineer" helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert/engi //ERT Medical /obj/item/clothing/head/helmet/space/hardsuit/ert/med - desc = "Standard issue medical helmet for the ERT." + name = "emergency response team medical helmet" + desc = "The integrated helmet of an ERT hardsuit, this one has white highlights." icon_state = "hardsuit0-ert_medical" item_state = "hardsuit0-ert_medical" item_color = "ert_medical" /obj/item/clothing/suit/space/hardsuit/ert/med - desc = "Standard issue medical suit for the ERT." + name = "emergency response team medical hardsuit" + desc = "The standard issue hardsuit of the ERT, this one has white highlights. Offers superb protection against environmental hazards." icon_state = "ert_medical" item_state = "ert_medical" helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert/med @@ -284,7 +290,7 @@ Contains: /obj/item/clothing/head/helmet/space/hardsuit/ert/paranormal - name = "paranormal response unit helmet" + name = "paranormal response team helmet" desc = "A helmet worn by those who deal with paranormal threats for a living." icon_state = "hardsuit0-prt" item_state = "hardsuit0-prt" @@ -294,7 +300,7 @@ Contains: resistance_flags = FIRE_PROOF /obj/item/clothing/suit/space/hardsuit/ert/paranormal - name = "paranormal response team suit" + name = "paranormal response team hardsuit" desc = "Powerful wards are built into this hardsuit, protecting the user from all manner of paranormal threats." icon_state = "knight_grey" item_state = "knight_grey" diff --git a/icons/mob/back.dmi b/icons/mob/back.dmi index a3a49004ed8..73748a01310 100644 Binary files a/icons/mob/back.dmi and b/icons/mob/back.dmi differ diff --git a/icons/obj/storage.dmi b/icons/obj/storage.dmi index d975491faac..13280fbc4d4 100644 Binary files a/icons/obj/storage.dmi and b/icons/obj/storage.dmi differ