mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user