Merge pull request #3065 from Asanadas/bleeding-edge-freeze

Added Malsquando's colored suit to the hop's wardrobe locker.
This commit is contained in:
Chinsky
2013-06-13 07:23:51 -07:00
5 changed files with 17 additions and 0 deletions

View File

@@ -81,6 +81,7 @@
new /obj/item/clothing/shoes/black(src)
new /obj/item/clothing/shoes/leather(src)
new /obj/item/clothing/shoes/white(src)
new /obj/item/clothing/under/rank/head_of_personnel_whimsy(src)
return

View File

@@ -69,6 +69,14 @@
color = "hop"
flags = FPRINT | TABLEPASS
/obj/item/clothing/under/rank/head_of_personnel_whimsy
desc = "A blue jacket and red tie, with matching red cuffs! Snazzy. Wearing this makes you feel more important than your job title does."
name = "head of personnel's suit"
icon_state = "hopwhimsy"
item_state = "hopwhimsy"
color = "hopwhimsy"
flags = FPRINT | TABLEPASS
/obj/item/clothing/under/rank/hydroponics
desc = "It's a jumpsuit designed to protect against minor plant-related hazards."

View File

@@ -57,6 +57,14 @@ Stuff which is in development and not yet visible to players or just code relate
(ie. code improvements for expandability, etc.) should not be listed here. They
should be listed in the changelog upon commit though. Thanks. -->
<div class="commit sansserif">
<h2 class="date">6-13-13</h2>
<h3 class="author">Asanadas updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Added a whimsical suit to the head of personnel's secret clothing locker.</li>
</ul>
</div>
<div class="commit sansserif">
<h2 class="date">12/06/2013</h2>
<h3 class="author">Zuhayr updated:</h3>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 KiB

After

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 49 KiB