mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
13 lines
376 B
Plaintext
13 lines
376 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/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)
|