mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-04 22:52:03 +00:00
14 lines
449 B
Plaintext
14 lines
449 B
Plaintext
/obj/closet/syndicate/personal/New()
|
|
..()
|
|
sleep(2)
|
|
new /obj/item/weapon/tank/jetpack(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)
|
|
|