mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-10 17:32:36 +00:00
14 lines
466 B
Plaintext
14 lines
466 B
Plaintext
/obj/structure/closet/syndicate/personal/New()
|
|
..()
|
|
sleep(2)
|
|
new /obj/item/weapon/tank/jetpack/oxygen(src)
|
|
new /obj/item/clothing/mask/breath(src)
|
|
new /obj/item/clothing/under/syndicate(src)
|
|
new /obj/item/clothing/head/helmet/space/syndicate(src)
|
|
new /obj/item/clothing/suit/space/syndicate(src)
|
|
new /obj/item/weapon/crowbar(src)
|
|
new /obj/item/weapon/cell(src)
|
|
new /obj/item/weapon/card/id/syndicate(src)
|
|
new /obj/item/device/multitool(src)
|
|
|