mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Medical cargo list tweaks. (#21156)
- The Dexalin Plus and Peridaxon autoinjectors in the medical cargo category are now vials that come with 15 units. - Added Arithrazine and Thetamycin to the medical cargo category. - O- blood bags in the medical cargo category now come in a pair of two, rather than just one. - Changed the Dermaline crate to a Kelotane crate instead. - The three body bag boxes crate now actually comes with three body bag boxes. --------- Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it> Co-authored-by: Matt Atlas <liermattia@gmail.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
co-authored by
Matt Atlas
SleepyGemmy
parent
5e0866aa82
commit
07dcdb8a06
@@ -202,6 +202,21 @@
|
||||
amount_per_transfer_from_this = 5
|
||||
reagents_to_add = list(/singleton/reagent/antibodies = 60)
|
||||
|
||||
/obj/item/reagent_containers/glass/beaker/vial/dexalin_plus
|
||||
name = "dexalin plus vial"
|
||||
desc = "A small vial of Dexalin Plus, a potent medication that aids in the re-oxygenating of blood cells."
|
||||
reagents_to_add = list(/singleton/reagent/dexalin/plus = 15)
|
||||
|
||||
/obj/item/reagent_containers/glass/beaker/vial/peridaxon
|
||||
name = "peridaxon vial"
|
||||
desc = "A small vial of Peridaxon, an advanced organ regenerative compound."
|
||||
reagents_to_add = list(/singleton/reagent/peridaxon = 15)
|
||||
|
||||
/obj/item/reagent_containers/glass/beaker/vial/arithrazine
|
||||
name = "arithrazine vial"
|
||||
desc = "A small vial of Arithrazine, a potent anti-radiation medication."
|
||||
reagents_to_add = list(/singleton/reagent/arithrazine = 15)
|
||||
|
||||
/obj/item/reagent_containers/glass/beaker/medcup
|
||||
name = "medicine cup"
|
||||
desc = "A glass medicine cup. Like a shot glass for medicine."
|
||||
|
||||
@@ -198,6 +198,12 @@
|
||||
icon_state = "bottle-1"
|
||||
reagents_to_add = list(/singleton/reagent/butazoline = 60)
|
||||
|
||||
/obj/item/reagent_containers/glass/bottle/kelotane
|
||||
name = "kelotane bottle"
|
||||
desc = "A small bottle. Contains kelotane - treats burnt tissues."
|
||||
icon_state = "bottle-2"
|
||||
reagents_to_add = list(/singleton/reagent/kelotane = 60)
|
||||
|
||||
/obj/item/reagent_containers/glass/bottle/dermaline
|
||||
name = "dermaline bottle"
|
||||
desc = "A small bottle. Contains dermaline - treats burnt tissues."
|
||||
|
||||
Reference in New Issue
Block a user