mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 08:56:49 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user