diff --git a/code/defines/obj/closet.dm b/code/defines/obj/closet.dm index 98f67b57c9a..d1781e0555b 100644 --- a/code/defines/obj/closet.dm +++ b/code/defines/obj/closet.dm @@ -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" diff --git a/code/defines/obj/clothing/jumpsuit.dm b/code/defines/obj/clothing/jumpsuit.dm index 981ef0da6b7..dc4ca23c7a5 100644 --- a/code/defines/obj/clothing/jumpsuit.dm +++ b/code/defines/obj/clothing/jumpsuit.dm @@ -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 diff --git a/html/changelog.html b/html/changelog.html index edab33b394b..b53f59c4369 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -94,6 +94,10 @@ should be listed in the changelog upon commit tho. Thanks. -->

13 February 2012

+

Khodoque updated:

+

Erro updated: