From 73668fe3bbe2e84e9f3785366fccd80bdd52c6a0 Mon Sep 17 00:00:00 2001 From: som030711 Date: Mon, 13 Apr 2026 16:33:25 -0700 Subject: [PATCH] Added vaccines to the list of safe chemicals for the hypospray. (#31741) Signed-off-by: som030711 --- code/modules/reagents/reagent_containers/hypospray.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm index cb5790ab00a..7546af02070 100644 --- a/code/modules/reagents/reagent_containers/hypospray.dm +++ b/code/modules/reagents/reagent_containers/hypospray.dm @@ -27,7 +27,7 @@ "weak_omnizine", "godblood", "potass_iodide", "oculine", "mannitol", "spaceacillin", "salglu_solution", "sal_acid", "cryoxadone", "sugar", "hydrocodone", "mitocholide", "rezadone", "menthol", "mutadone", "sanguine_reagent", "iron", "ephedrine", "heparin", "corazone", "sodiumchloride", - "lavaland_extract", "synaptizine", "bicaridine", "kelotane") + "lavaland_extract", "synaptizine", "bicaridine", "kelotane", "vaccine") /obj/item/reagent_containers/hypospray/proc/apply(mob/living/M, mob/user) if(!reagents.total_volume)