Skip to content

Commit

Permalink
-Added in-hands for captain backpack and satchel
Browse files Browse the repository at this point in the history
-Fixed in-hands for backpacks
-Updated changelog with my recent changes

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4095 316c924e-a436-60f5-8080-3fe189b3f50e
  • Loading branch information
ericgfwong@hotmail.com committed Jul 17, 2012
1 parent 0f5b2f5 commit 01ab144
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 1 deletion.
7 changes: 6 additions & 1 deletion code/defines/obj/storage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -94,27 +94,30 @@
name = "Giggles Von Honkerton"
desc = "It's a backpack made by Honk! Co."
icon_state = "clownpack"
item_state = "clownpack"

/obj/item/weapon/storage/backpack/medic
name = "medical backpack"
desc = "It's a backpack especially designed for use in a sterile environment."
icon_state = "medicalpack"
item_state = "medicalpack"

/obj/item/weapon/storage/backpack/security
name = "security backpack"
desc = "It's a very robust backpack."
icon_state = "securitypack"
item_state = "securitypack"

/obj/item/weapon/storage/backpack/captain
name = "Captain's Backpack"
desc = "It's a special backpack made exclusively for Nanotrasen officers."
icon_state = "captainpack"
item_state = "captainpack"

/obj/item/weapon/storage/backpack/satchel
name = "satchel"
desc = "It's a very robust satchel to wear on your back."
icon_state = "satchel"
item_state = "backpack"

/obj/item/weapon/storage/backpack/satchel/withwallet
New()
Expand Down Expand Up @@ -175,6 +178,7 @@
name = "Captain's Satchel"
desc = "An exclusive satchel for Nanotrasen officers."
icon_state = "satchel-cap"
item_state = "captainpack"

/obj/item/weapon/storage/backpack/bandolier
name = "bandolier"
Expand All @@ -185,6 +189,7 @@
name = "industrial backpack"
desc = "It's a tough backpack for the daily grind of station life."
icon_state = "engiepack"
item_state = "engiepack"

/obj/item/weapon/storage/briefcase
name = "briefcase"
Expand Down
9 changes: 9 additions & 0 deletions html/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@
should be listed in the changelog upon commit tho. Thanks. -->

<!-- To take advantage of the pretty new format (well it was new when I wrote this anyway), open the "add-to-changelog.html" file in any browser and add the stuff and then generate the html code and paste it here -->
<div class="commit sansserif">
<h2 class="date">17 July 2012</h2>
<h3 class="author">Icarus updated:</h3>
<ul class="changes bgimages16">
<li class="imageadd">Added department satchels</li>
<li class="imageadd">Added Captain's Backpack and Satchel</li>
<li class="imageadd">Added three new hairstyles by Sly: Gelled, Flat Top, and Pigtails. Hair list has also been sorted by grouping similar styles.</li>
</ul>
</div>

<div class="commit sansserif">
<h2 class="date">14 July 2012</h2>
Expand Down
Binary file modified icons/mob/back.dmi
Binary file not shown.
Binary file modified icons/mob/items_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/items_righthand.dmi
Binary file not shown.
Binary file modified icons/obj/storage.dmi
Binary file not shown.

0 comments on commit 01ab144

Please sign in to comment.