mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-04-23 16:41:57 +01:00
17 lines
548 B
Plaintext
17 lines
548 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/stock_parts/cell(src)
|
|
new /obj/item/device/multitool(src) |