From 547e6914a8be2c039f9326f9c18cadab9955bc03 Mon Sep 17 00:00:00 2001 From: Nemota <114357057+41adushek@users.noreply.github.com> Date: Thu, 14 Nov 2024 23:04:11 +0300 Subject: [PATCH] Salbutamol Addition (#2552) * Salbutamol addition ## About The Pull Request Adds Salbutamol bottles into chemmed vendors for use in City of Light/City Fixers maps. ## Why It's Good For The Game? Allows for the Doctor to revive players without using time on additional surgeries (Revival) while also negating the oxyloss from the simpler defibrillation that keeps the revived player in a long stun. ## Changelog :cl: tweak: adds 5 bottles of salbutamol into chem vendors /:cl: * Update code/modules/vending/medical.dm Co-authored-by: Gboster-0 <82319946+Gboster-0@users.noreply.github.com> * screw the bottles, medipens are the new meta --------- Co-authored-by: Gboster-0 <82319946+Gboster-0@users.noreply.github.com> --- code/modules/vending/medical.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/vending/medical.dm b/code/modules/vending/medical.dm index 6131fe54c49c..85757ebd3e14 100644 --- a/code/modules/vending/medical.dm +++ b/code/modules/vending/medical.dm @@ -59,6 +59,7 @@ /obj/item/reagent_containers/glass/bottle/multiver = 2, /obj/item/reagent_containers/glass/bottle/syriniver = 2, /obj/item/reagent_containers/glass/bottle/epinephrine = 3, + /obj/item/reagent_containers/hypospray/medipen/salbutamol = 10, // LOBOTOMYCORPORATION ADDITION /obj/item/reagent_containers/glass/bottle/morphine = 4, /obj/item/reagent_containers/glass/bottle/potass_iodide = 1, /obj/item/reagent_containers/glass/bottle/salglu_solution = 3,