Skip to content

Commit

Permalink
Erro does a 180 flip by agreeing that there are too few firesuits!
Browse files Browse the repository at this point in the history
- Added an extra fire closet to atmos, as there are 3 atmos techs
- Added a fire supplies rack to maintenance near mining
- Added a fire suit near EVA

- Added redcoat suit, hat and bandolier. (Damn it, some sources say it's spelled bandoleer, some say it's bandolier... Damn you English language!)

- Added this to changelog.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2131 316c924e-a436-60f5-8080-3fe189b3f50e
  • Loading branch information
baloh.matevz committed Sep 5, 2011
1 parent 48b4076 commit 0173d96
Show file tree
Hide file tree
Showing 11 changed files with 5,022 additions and 4,999 deletions.
7 changes: 7 additions & 0 deletions code/defines/obj/clothing/gimmick.dm
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,13 @@
item_state = "soviet"
color = "soviet"

/obj/item/clothing/under/redcoat
name = "redcoat uniform"
desc = "Looks old."
icon_state = "redcoat"
item_state = "redcoat"
color = "redcoat"

/obj/item/clothing/head/ushanka
name = "ushanka"
desc = "Perfect for winter in Siberia, da?"
Expand Down
6 changes: 6 additions & 0 deletions code/defines/obj/clothing/head.dm
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@
desc = "The commander in chef's head wear."
flags = FPRINT | TABLEPASS | HEADSPACE

/obj/item/clothing/head/redcoat
name = "Redcoat hat"
icon_state = "redcoat"
desc = "I guess it's a redhad."
flags = FPRINT | TABLEPASS | HEADSPACE

/obj/item/clothing/head/mailman
name = "Mailman Hat"
icon_state = "mailman"
Expand Down
5 changes: 5 additions & 0 deletions code/defines/obj/storage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@
desc = "A very robust satchel to wear on your back."
icon_state = "satchel"

/obj/item/weapon/storage/backpack/bandolier
name = "Bandolier"
desc = "A very old bandolier to wear on your back."
icon_state = "bandolier"

/obj/item/weapon/storage/backpack/industrial
name = "industrial backpack"
desc = "A tough backpack for the daily grind"
Expand Down
1 change: 1 addition & 0 deletions icons/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ <h4>Changelog</h4>
<li><b><a href='#' id='rageroro_link' onclick="changeText('rageroro_tag','Errorage', 'rageroro_link')"><span id='rageroro_tag'>Rageroro</span></a> updated:</b>
<ul>
<li>Updates made to the HoP's ID computer. New interface and removing a card will now put it directly in your hand, if it's empty. Using your card on the computer will place it in the appropriate spot. If it has access to edit cards it will put it as the authentication card, otherwise as the card to be modified. If you have two cards with ID computer access first insert the authentication card, then the one you wish to midify, or do it manually like before.</li>
<li><a id='easteregg1_link' onclick="changeText('easteregg1_tag','<font color=\'red\'>Has Hell frozen over yet?</font>','easteregg1_link')">Placed extra fire suits in maintenance (Near eva and mining) and an extra fire closet to atmos.</a> <span id='easteregg1_tag'></span></li>
</ul>
</ul>

Expand Down
Binary file modified icons/mob/back.dmi
Binary file not shown.
Binary file modified icons/mob/head.dmi
Binary file not shown.
Binary file modified icons/mob/uniform.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/hats.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/uniforms.dmi
Binary file not shown.
Binary file modified icons/obj/storage.dmi
Binary file not shown.
10,002 changes: 5,003 additions & 4,999 deletions maps/tgstation.2.0.8.dmm

Large diffs are not rendered by default.

0 comments on commit 0173d96

Please sign in to comment.