diff --git a/code/defines/obj/closet.dm b/code/defines/obj/closet.dm index 6a6bbd7ccc..e9f8258e35 100644 --- a/code/defines/obj/closet.dm +++ b/code/defines/obj/closet.dm @@ -274,8 +274,8 @@ icon_closed = "pink" /obj/structure/closet/wardrobe/red - name = "Red Wardrobe" - desc = "Contains red security jumpsuits." + name = "Security Wardrobe" + desc = "Contains security officer jumpsuits." icon_state = "red" icon_closed = "red" diff --git a/code/modules/clothing/jumpsuit.dm b/code/modules/clothing/jumpsuit.dm index e8a380e456..3fc95a5409 100644 --- a/code/modules/clothing/jumpsuit.dm +++ b/code/modules/clothing/jumpsuit.dm @@ -147,19 +147,19 @@ 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." - name = "Warden Jumpsuit" - icon_state = "darkred" + desc = "It's made of a slightly sturdier material than standard jumpsuits, to allow for more robust protection. It has the word \"Warden\" written on the shoulders." + name = "warden's jumpsuit" + 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" + name = "security officer's jumpsuit" + desc = "It's made of a slightly sturdier material than standard jumpsuits, to allow for robust protection." + 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 diff --git a/icons/obj/clothing/uniforms.dmi b/icons/obj/clothing/uniforms.dmi index 81bd8126b5..281b56f73b 100644 Binary files a/icons/obj/clothing/uniforms.dmi and b/icons/obj/clothing/uniforms.dmi differ