mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 00:20:42 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user