mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
- 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:
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user