From 66e75b7321004daafb01fa60e2c09f7c9c3e11e8 Mon Sep 17 00:00:00 2001 From: SchrodingersWolf <108938550+SchrodingersWolf@users.noreply.github.com> Date: Wed, 13 Sep 2023 15:20:40 -0400 Subject: [PATCH] Removes Styptic Powder, Silver Sulfadiazine and Synthflesh from base Medical Hyposprays (#22259) * Woe be to Medical antags * Removed Styptic, Silversulf and Synthflesh AGAIN Ultrakilling DGamerL * Ultrakilling both S34N and DGamerL now --- code/modules/reagents/reagent_containers/hypospray.dm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm index 3e1bf44c541..e81c38b7c83 100644 --- a/code/modules/reagents/reagent_containers/hypospray.dm +++ b/code/modules/reagents/reagent_containers/hypospray.dm @@ -17,10 +17,9 @@ slot_flags = SLOT_BELT var/ignore_flags = FALSE var/safety_hypo = FALSE - var/static/list/safe_chem_list = list("antihol", "charcoal", "epinephrine", "insulin", "teporone", "silver_sulfadiazine", "salbutamol", - "omnizine", "stimulants", "synaptizine", "potass_iodide", "oculine", "mannitol", "styptic_powder", - "spaceacillin", "salglu_solution", "sal_acid", "cryoxadone", "blood", "synthflesh", "hydrocodone", - "mitocholide", "rezadone", "menthol") + var/static/list/safe_chem_list = list("antihol", "charcoal", "epinephrine", "insulin", "teporone", "salbutamol","omnizine", + "stimulants", "synaptizine", "potass_iodide", "oculine", "mannitol", "spaceacillin", "salglu_solution", + "sal_acid", "cryoxadone", "blood", "hydrocodone", "mitocholide", "rezadone", "menthol") /obj/item/reagent_containers/hypospray/proc/apply(mob/living/M, mob/user) if(!reagents.total_volume)