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
+45 -3
View File
@@ -240,12 +240,40 @@
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/tricordrazine
category = "medical"
name = "tricordrazine bottle"
supplier = "nanotrasen"
description = "A bottle of tricordrazine, a medicine used to treat various wounds."
price = 175
items = list(
/obj/item/reagent_containers/glass/bottle/tricordrazine
)
access = 0
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/bicaridine_bottle
category = "medical"
name = "bicaridine bottle"
supplier = "nanotrasen"
description = "A bottle of bicaridine, a medicine used to treat trauma."
price = 250
items = list(
/obj/item/reagent_containers/glass/bottle/bicaridine
)
access = ACCESS_MEDICAL
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/butazoline_bottle
category = "medical"
name = "butazoline bottle"
supplier = "nanotrasen"
supplier = "zeng_hu"
description = "A bottle of butazoline, a medicine used to treat severe trauma."
price = 250
price = 525
items = list(
/obj/item/reagent_containers/glass/bottle/butazoline
)
@@ -258,7 +286,7 @@
category = "medical"
name = "kelotane bottle"
supplier = "nanotrasen"
description = "A bottle of kelotane, a medicine used to treat severe burns."
description = "A bottle of kelotane, a medicine used to treat burns."
price = 250
items = list(
/obj/item/reagent_containers/glass/bottle/kelotane
@@ -268,6 +296,20 @@
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/dermaline_bottle
category = "medical"
name = "dermaline bottle"
supplier = "zeng_hu"
description = "A bottle of dermaline, a medicine used to treat severe burns."
price = 525
items = list(
/obj/item/reagent_containers/glass/bottle/dermaline
)
access = ACCESS_MEDICAL
container_type = "crate"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/dylovene_bottle
category = "medical"
name = "dylovene bottle"