- Added the security officer, warden and hos jumpsuits by Khodoque:

http://nanotrasen.com/phpBB3/viewtopic.php?f=9&t=7627&start=20#p89942
Screenshot:
http://www.kamletos.si/new%20security%20jumpsuits.PNG

- Closets in security and the outpost that were labeled as "red wardrobe" are now labeled as "security wardrobe".

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3120 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-02-13 19:07:55 +00:00
parent dd855e8288
commit 32d8a7b6ce
5 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -262,8 +262,8 @@
icon_closed = "pink"
/obj/structure/closet/wardrobe/red
name = "Red Wardrobe"
desc = "Contains red jumpsuits."
name = "Security Wardrobe"
desc = "Contains security officer jumpsuits."
icon_state = "red"
icon_closed = "red"
+4 -4
View File
@@ -141,17 +141,17 @@
/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."
name = "Warden Jumpsuit"
icon_state = "darkred"
icon_state = "warden"
item_state = "r_suit"
color = "darkred"
color = "warden"
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
/obj/item/clothing/under/rank/security
name = "Security Jumpsuit"
desc = "Made of a slightly sturdier material than standard jumpsuits, to allow for more robust protection."
icon_state = "red"
icon_state = "security"
item_state = "r_suit"
color = "red"
color = "secred"
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
/obj/item/clothing/under/rank/vice