Merge pull request #12697 from KorPhaeron/biobag

Moves biobags under biosuits
This commit is contained in:
Cheridan
2015-10-28 16:37:19 -05:00
@@ -5,9 +5,10 @@
/obj/structure/closet/l3closet/New()
..()
new /obj/item/weapon/storage/bag/bio( src )
new /obj/item/clothing/suit/bio_suit/general( src )
new /obj/item/clothing/head/bio_hood/general( src )
new /obj/item/weapon/storage/bag/bio( src )
/obj/structure/closet/l3closet/virology
icon_state = "bio_viro"
@@ -15,9 +16,10 @@
/obj/structure/closet/l3closet/virology/New()
..()
contents = list()
new /obj/item/weapon/storage/bag/bio( src )
new /obj/item/clothing/suit/bio_suit/virology( src )
new /obj/item/clothing/head/bio_hood/virology( src )
new /obj/item/weapon/storage/bag/bio( src )
/obj/structure/closet/l3closet/security
icon_state = "bio_sec"
@@ -45,6 +47,7 @@
/obj/structure/closet/l3closet/scientist/New()
..()
contents = list()
new /obj/item/weapon/storage/bag/bio( src )
new /obj/item/clothing/suit/bio_suit/scientist( src )
new /obj/item/clothing/head/bio_hood/scientist( src )
new /obj/item/weapon/storage/bag/bio( src )