mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-04 05:08:26 +00:00
29 lines
928 B
Plaintext
29 lines
928 B
Plaintext
/obj/item/weapon/storage/box/survival
|
|
starts_with = list(
|
|
/obj/item/weapon/tool/prybar/red,
|
|
/obj/item/clothing/glasses/goggles,
|
|
/obj/item/clothing/mask/breath
|
|
)
|
|
|
|
/obj/item/weapon/storage/box/survival/synth
|
|
starts_with = list(
|
|
/obj/item/weapon/tool/prybar/red,
|
|
/obj/item/clothing/glasses/goggles
|
|
)
|
|
|
|
/obj/item/weapon/storage/box/survival/comp
|
|
starts_with = list(
|
|
/obj/item/weapon/tool/prybar/red,
|
|
/obj/item/clothing/glasses/goggles,
|
|
/obj/item/weapon/reagent_containers/hypospray/autoinjector,
|
|
/obj/item/stack/medical/bruise_pack,
|
|
/obj/item/device/flashlight/glowstick,
|
|
/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar,
|
|
/obj/item/clothing/mask/breath
|
|
)
|
|
|
|
/obj/item/weapon/storage/box/explorerkeys
|
|
name = "box of volunteer headsets"
|
|
desc = "A box full of volunteer headsets, for issuing out to exploration volunteers."
|
|
starts_with = list(/obj/item/device/radio/headset/volunteer = 7)
|