From 2e711e992fea75d71ede2c3cab5806da89e1c51e Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Sun, 1 Apr 2012 07:41:36 +0100 Subject: [PATCH] Small description fix. --- code/modules/clothing/spacesuits/rig.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/spacesuits/rig.dm b/code/modules/clothing/spacesuits/rig.dm index 200738d6c58..e7e8dc4e411 100644 --- a/code/modules/clothing/spacesuits/rig.dm +++ b/code/modules/clothing/spacesuits/rig.dm @@ -37,7 +37,7 @@ /obj/item/clothing/suit/space/rig name = "engineer RIG suit" - desc = "A special suit that protects against hazardous, low pressure environments. Has radiation shielding and Chief Engineer colours." + desc = "A special suit that protects against hazardous, low pressure environments. Has radiation shielding." icon_state = "rig-engineering" item_state = "rig_suit" protective_temperature = 5000 //For not dieing near a fire, but still not being great in a full inferno @@ -61,7 +61,7 @@ /obj/item/clothing/suit/space/rig/cespace_suit name = "chief engineer's space suit" - desc = "A special suit that protects against hazardous, low pressure environments. Has radiation and fire shielding and Chief Engineer colours." + desc = "A special suit that protects against hazardous, low pressure environments. Has radiation and fire shielding, and Chief Engineer colours." icon_state = "cespace_suit" item_state = "cespace_suit" protective_temperature = 10000