mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 10:34:10 +01:00
f8333a8d93
* move those to static paths * maps * . * . * ugh * .
13 lines
382 B
Plaintext
13 lines
382 B
Plaintext
/obj/structure/closet/malf/suits
|
|
desc = "It's a storage unit for operational gear."
|
|
closet_appearance = /datum/decl/closet_appearance/tactical
|
|
|
|
starts_with = list(
|
|
/obj/item/tank/jetpack/void,
|
|
/obj/item/clothing/mask/breath,
|
|
/obj/item/clothing/head/helmet/space/void,
|
|
/obj/item/clothing/suit/space/void,
|
|
/obj/item/tool/crowbar,
|
|
/obj/item/cell,
|
|
/obj/item/multitool)
|