Adds basic healing supplies to the nanomed in stardard shelters, and givesthe luxury shelter a standard nanomed (#28730)

* Changes the nano med in survival shelters with a proper nanomed

* feedback tweaks

* Update code/modules/mining/equipment/survival_pod.dm

this better be recognized as a tab and not a space

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>

* splint

---------

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
1080pCat
2025-04-11 17:35:05 +00:00
committed by GitHub
co-authored by Burzah
parent e8006a8c8a
commit 3bd4a5c693
2 changed files with 8 additions and 4 deletions
@@ -187,11 +187,15 @@
//NanoMed
/obj/machinery/economy/vending/wallmed/survival_pod
name = "survival pod medical supply"
name = "survival pod emergency medical supply"
desc = "Wall-mounted Medical Equipment dispenser. This one seems just a tiny bit smaller."
req_access = list()
products = list(/obj/item/stack/medical/splint = 2)
products = list(/obj/item/stack/medical/bruise_pack = 1,
/obj/item/stack/medical/ointment = 1,
/obj/item/reagent_containers/syringe/charcoal = 1,
/obj/item/reagent_containers/hypospray/autoinjector/epinephrine = 2,
/obj/item/stack/medical/splint = 1,
)
contraband = list()
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/economy/vending/wallmed/survival_pod, 32, 32)