Moved some gimmick clothes to a different object path. Upgraded the chameleon jumpsuit to be actually useful. Changelog updated.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@246 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
musketstgstation@gmail.com
2010-10-05 00:55:05 +00:00
parent 6cc0c0a43e
commit 79e4626b0a
3 changed files with 35 additions and 3 deletions
+3 -3
View File
@@ -188,14 +188,14 @@
icon_state = "monocle"
item_state = "headset" // lol
/obj/item/clothing/under/rank/captain/suit
/obj/item/clothing/under/gimmick/rank/captain/suit
name = "Captain's Suit"
desc = "A green suit and yellow necktie. Exemplifies authority."
icon_state = "green_suit"
item_state = "dg_suit"
color = "green_suit"
/obj/item/clothing/under/rank/head_of_personnel/suit
/obj/item/clothing/under/gimmick/rank/head_of_personnel/suit
name = "Head of Personnel's Suit"
desc = "A teal suit and yellow necktie. An authoritative yet tacky ensemble."
icon_state = "teal_suit"
@@ -216,7 +216,7 @@
item_state = "r_suit"
color = "red_suit"
/obj/item/clothing/under/rank/police
/obj/item/clothing/under/gimmick/rank/police
name = "Police Uniform"
desc = "Move along, nothing to see here."
icon_state = "police"
+11
View File
@@ -194,6 +194,17 @@ DEATH COMMANDO GAS MASK
var/obj/item/clothing/under/V = new U
src.clothing_choices += V
for(var/U in typesof(/obj/item/clothing/under/rank)-(/obj/item/clothing/under/rank))
var/obj/item/clothing/under/V = new U
src.clothing_choices += V
src.clothing_choices += new /obj/item/clothing/under/bartender
src.clothing_choices += new /obj/item/clothing/under/cargo
src.clothing_choices += new /obj/item/clothing/under/chef
src.clothing_choices += new /obj/item/clothing/under/clown
src.clothing_choices += new /obj/item/clothing/under/det
src.clothing_choices += new /obj/item/clothing/under/librarian
return