mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-10 09:31:52 +00:00
13 lines
420 B
Plaintext
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
|