From 65f78c74d2c2dcd7f731e9f0a16264ecb4c5d12e Mon Sep 17 00:00:00 2001 From: "polyxenitopalidou@gmail.com" Date: Fri, 29 Jul 2011 16:27:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2Silly=20CE=20and=20CMO=20helmet=20mixi?= =?UTF-8?q?ng=20up.=20Thanks=20LJ.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1951 316c924e-a436-60f5-8080-3fe189b3f50e --- code/defines/obj/clothing/head.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/defines/obj/clothing/head.dm b/code/defines/obj/clothing/head.dm index f46db1659a8..e3c22b16014 100644 --- a/code/defines/obj/clothing/head.dm +++ b/code/defines/obj/clothing/head.dm @@ -190,16 +190,16 @@ /obj/item/clothing/head/helmet/space/command/chief_engineer name = "Chief engineer space helmet" - desc = "A special helmet designed to work in a hazardous, low-pressure environment. Bears the insignia of the chief medical officer." - icon_state = "helm-cmo" - item_state = "helm-cmo" - -/obj/item/clothing/head/helmet/space/command/chief_medical_officer - name = "Chief medical offier space helmet" desc = "A special helmet designed to work in a hazardous, low-pressure environment. Bears the insignia of the chief engineer." icon_state = "helm-ce" item_state = "helm-ce" +/obj/item/clothing/head/helmet/space/command/chief_medical_officer + name = "Chief medical offier space helmet" + desc = "A special helmet designed to work in a hazardous, low-pressure environment. Bears the insignia of the chief medical officer." + icon_state = "helm-cmo" + item_state = "helm-cmo" + /obj/item/clothing/head/helmet/space/capspace name = "space helmet" icon_state = "capspace"