You can now select whether to start with a dufflebag. Also, you have the option to choose between generic or departmental bags.

And for all you baystation fans, I added leather satchels while I was at it.

Minor change: Atmos techs now start with engineering bags.
This commit is contained in:
KazeEspada
2016-02-11 16:48:08 -07:00
parent 2b8d835771
commit 653902068e
13 changed files with 73 additions and 16 deletions
@@ -172,9 +172,9 @@
/obj/structure/closet/wardrobe/atmospherics_yellow/New()
..()
contents = list()
new /obj/item/weapon/storage/backpack/dufflebag(src)
new /obj/item/weapon/storage/backpack/satchel_norm(src)
new /obj/item/weapon/storage/backpack(src)
new /obj/item/weapon/storage/backpack/dufflebag/engineering(src)
new /obj/item/weapon/storage/backpack/satchel_eng(src)
new /obj/item/weapon/storage/backpack/industrial(src)
for(var/i in 1 to 3)
new /obj/item/clothing/suit/hooded/wintercoat/engineering/atmos(src)
for(var/i in 1 to 3)