mirror of
https://github.com/goonstation/goonstation-r4407.git
synced 2026-08-23 11:06:13 +01:00
13 lines
408 B
Plaintext
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
|