- 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
+4
View File
@@ -94,6 +94,10 @@ should be listed in the changelog upon commit tho. Thanks. -->
<div class="commit sansserif">
<h2 class="date">13 February 2012</h2>
<h3 class="author">Khodoque updated:</h3>
<ul class="changes bgimages16">
<li class="imageadd">Security officers, the warden and the HoS have new jumpsuits.</li>
</ul>
<h3 class="author">Erro updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Clicking the internals button on your user interface (The one that shows if you have internals on or not) will now toggle internals even if they are in your pockets. (humans only) - It now works if your internals are on your back, suit storage, belt, hands and pockets.</li>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 36 KiB