From b0761e3f9a2f8712e17c210c9c8804b6544d2064 Mon Sep 17 00:00:00 2001 From: "ericgfwong@hotmail.com" Date: Thu, 19 Jul 2012 21:03:49 +0000 Subject: [PATCH] -uncapitalised captain's storage items git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4121 316c924e-a436-60f5-8080-3fe189b3f50e --- code/defines/obj/storage.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/defines/obj/storage.dm b/code/defines/obj/storage.dm index 203a98e01aa..b9316653b60 100644 --- a/code/defines/obj/storage.dm +++ b/code/defines/obj/storage.dm @@ -109,7 +109,7 @@ item_state = "securitypack" /obj/item/weapon/storage/backpack/captain - name = "Captain's Backpack" + name = "captain's backpack" desc = "It's a special backpack made exclusively for Nanotrasen officers." icon_state = "captainpack" item_state = "captainpack" @@ -175,7 +175,7 @@ icon_state = "satchel_hyd" /obj/item/weapon/storage/backpack/satchel_cap - name = "Captain's Satchel" + name = "captain's satchel" desc = "An exclusive satchel for Nanotrasen officers." icon_state = "satchel-cap" item_state = "captainpack"