mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-20 12:12:26 +01:00
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 )
|
|
|