Added some starting gear for medical. (#21939)

Supercedes #21909

Adds a single bottle of bicaridine, kelotane, and dexalin to the medical
smartfridge on the Horizon.

Also adds bicaridine, tricordrazine, and dermaline to the cargo order
screen. Butazoline and dermaline are priced as premium medicines.
Tricordrazine is priced cheap.

---------

Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
Co-authored-by: VMSolidus <evilexecutive@gmail.com>
This commit is contained in:
Cody Brittain
2026-03-05 05:41:27 -05:00
committed by GitHub
parent 497bfafc84
commit b3fe100b25
7 changed files with 148 additions and 8 deletions
@@ -162,6 +162,12 @@
icon_state = "bottle-4"
reagents_to_add = list(/singleton/reagent/adrenaline = 60)
/obj/item/reagent_containers/glass/bottle/dexalin
name = "dexalin bottle"
desc = "A small bottle. Contains Dexalin that is used in the treatment of oxygen deprivation. It is somewhat effective, and is twice as powerful and lasts twice as long when inhaled."
icon_state = "bottle-4"
reagents_to_add = list(/singleton/reagent/dexalin = 60)
/obj/item/reagent_containers/glass/bottle/dexalin_plus
name = "dexalin plus bottle"
desc = "A small bottle. Contains Dexalin Plus that is used in the treatment of oxygen deprivation. It is highly effective, and is twice as powerful and lasts twice as long when inhaled."
@@ -186,6 +192,12 @@
icon_state = "bottle-4"
reagents_to_add = list(/singleton/reagent/thetamycin = 60)
/obj/item/reagent_containers/glass/bottle/tricordrazine
name = "tricordrazine bottle"
desc = "A small bottle. Contains bicaridine - treats all wounds slowly."
icon_state = "bottle-3"
reagents_to_add = list(/singleton/reagent/tricordrazine = 60)
/obj/item/reagent_containers/glass/bottle/bicaridine
name = "bicaridine bottle"
desc = "A small bottle. Contains bicaridine - treats damaged tissues."