This commit is contained in:
Guti
2025-07-30 22:42:51 +02:00
committed by GitHub
parent 3af3483a00
commit d3950c8e24
+1 -1
View File
@@ -279,7 +279,7 @@
use_power(active_power_usage)
var/id = index
var/datum/disease/disease = GLOB.archive_diseases[id]
var/obj/item/reagent_containers/glass/beaker/vial/bottle = new(drop_location())
var/obj/item/reagent_containers/glass/beaker/vial/vaccine/bottle = new(drop_location())
bottle.name = "[disease.name] vaccine"
bottle.reagents.add_reagent(REAGENT_ID_VACCINE, 15, list(get_by_index("resistances", id)))
beaker.reagents.remove_reagent(REAGENT_ID_BLOOD, 5)