From d3950c8e24c5135419e1fa674fc0fe780af5a650 Mon Sep 17 00:00:00 2001 From: Guti <32563288+TheCaramelion@users.noreply.github.com> Date: Wed, 30 Jul 2025 22:42:51 +0200 Subject: [PATCH] fimx (#18102) --- code/game/machinery/pandemic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/pandemic.dm b/code/game/machinery/pandemic.dm index fddbdd66f39..2d588892be2 100644 --- a/code/game/machinery/pandemic.dm +++ b/code/game/machinery/pandemic.dm @@ -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)