[MIRROR] Fixes Pandemic not giving vaccine bottles (#11271)

Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-30 16:07:52 -07:00
committed by GitHub
parent e7152c6acc
commit cb306bc3a7

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)