From 047de23ee0f97bf59ecc0a8564ed622f835948db Mon Sep 17 00:00:00 2001 From: Xhuis Date: Fri, 21 Nov 2014 10:59:15 -0500 Subject: [PATCH] Reverts chef description and fixes radiation suit label. --- code/modules/clothing/suits/utility.dm | 4 ++-- code/modules/clothing/under/jobs/civilian.dm | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/code/modules/clothing/suits/utility.dm b/code/modules/clothing/suits/utility.dm index 9041af37ebc..58d5cb563e1 100644 --- a/code/modules/clothing/suits/utility.dm +++ b/code/modules/clothing/suits/utility.dm @@ -104,7 +104,7 @@ /obj/item/clothing/head/radiation name = "radiation hood" icon_state = "rad" - desc = "A hood with radiation protective properties. A label reads, 'Made with lead. Please do not consume insulation.'" + desc = "A hood with radiation protective properties. The label reads, 'Made with lead. Please do not consume insulation.'" flags = HEADCOVERSEYES|HEADCOVERSMOUTH|BLOCKHAIR|THICKMATERIAL armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 60, rad = 100) strip_delay = 60 @@ -113,7 +113,7 @@ /obj/item/clothing/suit/radiation name = "radiation suit" - desc = "A suit that protects against radiation. A label reads, 'Made with lead. Please do not consume insulation.'" + desc = "A suit that protects against radiation. The label reads, 'Made with lead. Please do not consume insulation.'" icon_state = "rad" item_state = "rad_suit" w_class = 4//bulky item diff --git a/code/modules/clothing/under/jobs/civilian.dm b/code/modules/clothing/under/jobs/civilian.dm index 6737ceb2d35..9c14fab6cce 100644 --- a/code/modules/clothing/under/jobs/civilian.dm +++ b/code/modules/clothing/under/jobs/civilian.dm @@ -42,8 +42,7 @@ /obj/item/clothing/under/rank/chef - desc = "It's an apron which is given only to the most hardcore chefs in space. And you, too." //Let's be honest, SS13 chefs aren't very sane - name = "chef's uniform" + desc = "It's an apron which is given only to the most hardcore chefs in space." icon_state = "chef" item_color = "chef"