Files
PopeDaveThe3th 55358fb3c7 mflrube (#29555)
2025-06-19 17:51:19 +00:00

13 lines
378 B
Plaintext

/obj/structure/closet/malf_suits
desc = "It's a storage unit for operational gear."
icon_state = "syndicate"
/obj/structure/closet/malf_suits/populate_contents()
new /obj/item/tank/jetpack/void(src)
new /obj/item/clothing/mask/breath(src)
new /obj/effect/voidsuitspawner(src)
new /obj/item/crowbar(src)
new /obj/item/stock_parts/cell(src)
new /obj/item/multitool(src)