Skip to content

Commit

Permalink
Salbutamol Addition (#2552)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* screw the bottles, medipens are the new meta

---------

Co-authored-by: Gboster-0 <[email protected]>
  • Loading branch information
41adushek and Gboster-0 authored Nov 14, 2024
1 parent 053caa3 commit 547e691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/vending/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 547e691

Please sign in to comment.