mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-27 14:46:16 +01:00
17 lines
520 B
Plaintext
17 lines
520 B
Plaintext
|
|
/obj/structure/closet/malf/suits
|
|
desc = "It's a storage unit for operational gear."
|
|
icon_state = "syndicate"
|
|
icon_closed = "syndicate"
|
|
icon_opened = "syndicateopen"
|
|
|
|
/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) |