From e54ce9f2b22cfe8bbe01b6f0a776ee3f8c4c9cbb Mon Sep 17 00:00:00 2001 From: "mport2004@gmail.com" Date: Sat, 5 Nov 2011 08:22:55 +0000 Subject: [PATCH] There was an extra " in a desc git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2489 316c924e-a436-60f5-8080-3fe189b3f50e --- code/defines/obj/clothing/jumpsuit.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/defines/obj/clothing/jumpsuit.dm b/code/defines/obj/clothing/jumpsuit.dm index fa513c513e0..8f259b2945e 100644 --- a/code/defines/obj/clothing/jumpsuit.dm +++ b/code/defines/obj/clothing/jumpsuit.dm @@ -139,7 +139,7 @@ color = "forensicsred" /obj/item/clothing/under/rank/warden - desc = "Made of a slightly sturdier material than standard jumpsuits, to allow for more robust protection. This one has the word \"Warden\" written on the shoulders."" + desc = "Made of a slightly sturdier material than standard jumpsuits, to allow for more robust protection. This one has the word \"Warden\" written on the shoulders." name = "Warden Jumpsuit" icon_state = "darkred" item_state = "r_suit"