Allow hypospray in medical pouch (#3493)

## About The Pull Request

Adds hypospray and cable to the allowed list of items in the medical
pouch

## Why It's Good For The Game

Commonly held items, other reagent containers are accepted but hypo is
missing.

## Changelog

🆑 LT3
qol: The medical pouch can now hold hyposprays and cable coil
/🆑
This commit is contained in:
LT3
2025-04-12 23:06:37 -04:00
committed by GitHub
parent cfa0c20656
commit 2d38b200a0
@@ -74,11 +74,13 @@
/// The list of things that medical pouches can hold. Stolen from what medkits can hold, but modified for things you would probably want at pocket-access.
var/static/list/med_pouch_holdables = list(
/obj/item/healthanalyzer,
/obj/item/hypospray/mkii,
/obj/item/dnainjector,
/obj/item/reagent_containers/dropper,
/obj/item/reagent_containers/cup/beaker,
/obj/item/reagent_containers/cup/bottle,
/obj/item/reagent_containers/cup/tube,
/obj/item/reagent_containers/cup/vial,
/obj/item/reagent_containers/pill,
/obj/item/reagent_containers/syringe,
/obj/item/reagent_containers/medigel,
@@ -86,6 +88,7 @@
/obj/item/reagent_containers/hypospray,
/obj/item/storage/pill_bottle,
/obj/item/storage/box/bandages,
/obj/item/stack/cable_coil,
/obj/item/stack/medical,
/obj/item/flashlight/pen,
/obj/item/bonesetter,