mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 15:32:25 +00:00
10 lines
358 B
Plaintext
10 lines
358 B
Plaintext
/obj/structure/closet/malf/suits/New()
|
|
..()
|
|
sleep(2)
|
|
new /obj/item/weapon/tank/jetpack/void(src)
|
|
new /obj/item/clothing/mask/breath(src)
|
|
new /obj/item/clothing/head/helmet/space/nasavoid(src)
|
|
new /obj/item/clothing/suit/space/nasavoid(src)
|
|
new /obj/item/weapon/crowbar(src)
|
|
new /obj/item/weapon/cell(src)
|
|
new /obj/item/device/multitool(src) |