From 7b83ee7d8bc18347849afca3e4de3e333b091c09 Mon Sep 17 00:00:00 2001 From: r4d6 Date: Tue, 31 Dec 2019 13:35:30 -0500 Subject: [PATCH] Update the description. --- code/modules/clothing/spacesuits/hardsuit.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index 5b013cbdb2..25b2c18d32 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -207,7 +207,7 @@ //Radiation /obj/item/clothing/head/helmet/space/hardsuit/engine/rad name = "radiation hardsuit helmet" - desc = "A special helmet designed for work in a hazardous, low-pressure environment. Has radiation shielding." + desc = "A special helmet that protects against radiation and space. Not much else unfortunately." icon_state = "cespace_helmet" item_state = "nothing" armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 100, "rad" = 100, "fire" = 0, "acid" = 0) @@ -218,7 +218,7 @@ /obj/item/clothing/suit/space/hardsuit/engine/rad name = "radiation hardsuit" - desc = "A special suit that protects against hazardous, low pressure environments. Has radiation shielding." + desc = "A special suit that protects against radiation and space. Not much else unfortunately." icon_state = "hardsuit-rad" item_state = "nothing" armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 100, "rad" = 100, "fire" = 0, "acid" = 0)