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
+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