mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-24 00:51:46 +00:00
16 lines
517 B
Plaintext
16 lines
517 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()
|
|
..()
|
|
new /obj/item/weapon/tank/jetpack/void(src)
|
|
new /obj/item/clothing/mask/breath(src)
|
|
new /obj/item/clothing/head/helmet/space/void(src)
|
|
new /obj/item/clothing/suit/space/void(src)
|
|
new /obj/item/weapon/crowbar(src)
|
|
new /obj/item/weapon/cell(src)
|
|
new /obj/item/device/multitool(src)
|