* Maps and things no code/icons * helpers defines globalvars * Onclick world.dm orphaned_procs * subsystems Round vote and shuttle autocall done here too * datums * Game folder * Admin - chatter modules * clothing - mining * modular computers - zambies * client * mob level 1 * mob stage 2 + simple_animal * silicons n brains * mob stage 3 + Alien/Monkey * human mobs * icons updated * some sounds * emitter y u no commit * update tgstation.dme * compile fixes * travis fixes Also removes Fast digest mode, because reasons. * tweaks for travis Mentors are broke again Also fixes Sizeray guns * oxygen loss fix for vore code. * removes unused code * some code updates * bulk fixes * further fixes * outside things * whoops. * Maint bar ported * GLOBs.
46 lines
1.4 KiB
Plaintext
46 lines
1.4 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/weapon/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/weapon/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/weapon/storage/bag/bio( src )
|
|
new /obj/item/clothing/suit/bio_suit/scientist( src )
|
|
new /obj/item/clothing/head/bio_hood/scientist( src )
|
|
|