mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-19 14:42:25 +00: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)
|