mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user