mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
13 lines
378 B
Plaintext
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)
|