5fa001c10f
* buncha things from upstream * datums globals, onclick * datums * game folder, holy shit mirror bot why * modules * icons * dme * compiles cleanly * tools purge * updates maps * double check just because. and wew lad * incidentally, this needs more work first * some things * weh * sound cleanup and icons * reeeee * compile issues * oh look, fresh code sync * cleans up some unused icons * dirty vars * reeeeeeeeeeeeeeee * wew lad. fuck off with this already
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
/obj/structure/closet/l3closet
|
|
name = "level-3 biohazard gear closet"
|
|
desc = "It's a storage unit for level-3 biohazard gear."
|
|
icon_state = "bio"
|
|
|
|
/obj/structure/closet/l3closet/PopulateContents()
|
|
..()
|
|
new /obj/item/storage/bag/bio( src )
|
|
new /obj/item/clothing/suit/bio_suit/general( src )
|
|
new /obj/item/clothing/head/bio_hood/general( src )
|
|
|
|
|
|
/obj/structure/closet/l3closet/virology
|
|
icon_state = "bio_viro"
|
|
|
|
/obj/structure/closet/l3closet/virology/PopulateContents()
|
|
new /obj/item/storage/bag/bio( src )
|
|
new /obj/item/clothing/suit/bio_suit/virology( src )
|
|
new /obj/item/clothing/head/bio_hood/virology( src )
|
|
|
|
|
|
/obj/structure/closet/l3closet/security
|
|
icon_state = "bio_sec"
|
|
|
|
/obj/structure/closet/l3closet/security/PopulateContents()
|
|
new /obj/item/clothing/suit/bio_suit/security( src )
|
|
new /obj/item/clothing/head/bio_hood/security( src )
|
|
|
|
|
|
/obj/structure/closet/l3closet/janitor
|
|
icon_state = "bio_jan"
|
|
|
|
/obj/structure/closet/l3closet/janitor/PopulateContents()
|
|
new /obj/item/clothing/suit/bio_suit/janitor( src )
|
|
new /obj/item/clothing/head/bio_hood/janitor( src )
|
|
|
|
|
|
/obj/structure/closet/l3closet/scientist
|
|
icon_state = "bio_viro"
|
|
|
|
/obj/structure/closet/l3closet/scientist/PopulateContents()
|
|
new /obj/item/storage/bag/bio( src )
|
|
new /obj/item/clothing/suit/bio_suit/scientist( src )
|
|
new /obj/item/clothing/head/bio_hood/scientist( src )
|
|
|