From 2cf57972b07cbd42bbfed8135106512c46754c84 Mon Sep 17 00:00:00 2001 From: "tronaldnwn@hotmail.com" Date: Thu, 31 Mar 2011 15:26:54 +0000 Subject: [PATCH] I flubbed a single description. It is now fixed. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1324 316c924e-a436-60f5-8080-3fe189b3f50e --- code/defines/obj/clothing/jumpsuit.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/defines/obj/clothing/jumpsuit.dm b/code/defines/obj/clothing/jumpsuit.dm index 4b590015fb4..594874f85b2 100644 --- a/code/defines/obj/clothing/jumpsuit.dm +++ b/code/defines/obj/clothing/jumpsuit.dm @@ -219,7 +219,7 @@ permeability_coefficient = 0.50 /obj/item/clothing/under/rank/medical - desc = "Made of a special fiber that gives special protection against biohazards. It has a Chief Medical Officer rank stripe on it." + desc = "Made of a special fiber that gives special protection against biohazards. It has a medical rank stripe on it." name = "Medical Doctor's Jumpsuit" icon_state = "medical" item_state = "w_suit" @@ -227,7 +227,7 @@ permeability_coefficient = 0.50 /obj/item/clothing/under/rank/chief_medical_officer - desc = "Made of a special fiber that gives special protection against biohazards. Has a medical rank stripe on it." + desc = "Made of a special fiber that gives special protection against biohazards. Has a Chief Medical Officer rank stripe on it." name = "Chief Medical Officer's Jumpsuit" icon_state = "medical" item_state = "w_suit"