mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-16 16:48:11 +01:00
13 lines
416 B
Plaintext
13 lines
416 B
Plaintext
/obj/structure/closet/malf/suits
|
|
desc = "It's a storage unit for operational gear."
|
|
closet_appearance = /decl/closet_appearance/tactical
|
|
|
|
starts_with = list(
|
|
/obj/item/weapon/tank/jetpack/void,
|
|
/obj/item/clothing/mask/breath,
|
|
/obj/item/clothing/head/helmet/space/void,
|
|
/obj/item/clothing/suit/space/void,
|
|
/obj/item/weapon/tool/crowbar,
|
|
/obj/item/weapon/cell,
|
|
/obj/item/device/multitool)
|