/obj/secure_closet/scientist/New() ..() sleep(2) new /obj/item/device/radio/headset/headset_sci( src ) new /obj/item/weapon/tank/air( src ) new /obj/item/clothing/mask/gas( src ) new /obj/item/clothing/suit/bio_suit/general( src ) new /obj/item/clothing/under/rank/scientist( src ) new /obj/item/clothing/shoes/white( src ) new /obj/item/clothing/gloves/latex( src ) new /obj/item/clothing/head/bio_hood/general( src ) new /obj/item/clothing/suit/labcoat(src) return /obj/secure_closet/RD/New() ..() sleep(2) new /obj/item/device/radio/headset/heads/rd( src ) new /obj/item/clothing/under/rank/research_director( src ) new /obj/item/weapon/tank/air( src ) new /obj/item/clothing/mask/gas( src ) new /obj/item/clothing/suit/bio_suit/scientist( src ) new /obj/item/clothing/shoes/white( src ) new /obj/item/clothing/gloves/latex( src ) new /obj/item/clothing/head/bio_hood/scientist( src ) new /obj/item/clothing/suit/labcoat(src) return