Files
2020-10-20 13:46:45 -07:00

13 lines
408 B
Plaintext

/obj/secure_closet/scientist/New()
..()
sleep(2)
new /obj/item/weapon/tank/air( src )
new /obj/item/clothing/mask/gas( src )
new /obj/item/clothing/suit/bio_suit( 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( src )
new /obj/item/clothing/suit/labcoat(src)
return