Files
Paradise/code/game/objects/closets/secure/scientist.dm

13 lines
420 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