mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Adds potassium iodide to NanoMed Plus (#43963)
* Added antihol bottle, corazone pill, potass_iodide pill and pill bottle Added Potassium iodide bottle and pills to smartfridge preload Added medicines to NanoMed and NanoMed Plus * Added small number of potass iodide pills to NanoMed Plus Removed other medicines being added to vendors in last commit * Added potass iodide bottle to NanoMed Plus, removed epinephrine bottle and potass iodide pills * removed unused prebuilt meds
This commit is contained in:
@@ -324,7 +324,7 @@
|
||||
|
||||
/obj/item/storage/pill_bottle/penacid
|
||||
name = "bottle of pentetic acid pills"
|
||||
desc = "Contains pills to expunge radioation and toxins"
|
||||
desc = "Contains pills to expunge radiation and toxins."
|
||||
|
||||
/obj/item/storage/pill_bottle/penacid/PopulateContents()
|
||||
for(var/i in 1 to 3)
|
||||
|
||||
@@ -173,7 +173,7 @@
|
||||
|
||||
/obj/item/reagent_containers/pill/penacid
|
||||
name = "pentetic acid pill"
|
||||
desc = "Used to expunge radioation and toxins."
|
||||
desc = "Used to expunge radiation and toxins."
|
||||
list_reagents = list("pen_acid" = 10)
|
||||
icon_state = "pill22"
|
||||
rename_with_volume = TRUE
|
||||
|
||||
@@ -14,9 +14,10 @@
|
||||
/obj/item/reagent_containers/pill/salbutamol = 2,
|
||||
/obj/item/reagent_containers/pill/insulin = 5,
|
||||
/obj/item/reagent_containers/glass/bottle/charcoal = 4,
|
||||
/obj/item/reagent_containers/glass/bottle/epinephrine = 4,
|
||||
/obj/item/reagent_containers/glass/bottle/salglu_solution = 3,
|
||||
/obj/item/reagent_containers/glass/bottle/epinephrine = 3,
|
||||
/obj/item/reagent_containers/glass/bottle/morphine = 4,
|
||||
/obj/item/reagent_containers/glass/bottle/potass_iodide = 1,
|
||||
/obj/item/reagent_containers/glass/bottle/salglu_solution = 3,
|
||||
/obj/item/reagent_containers/glass/bottle/toxin = 3,
|
||||
/obj/item/reagent_containers/syringe/antiviral = 6,
|
||||
/obj/item/reagent_containers/medspray/styptic = 2,
|
||||
|
||||
Reference in New Issue
Block a user