diff --git a/code/modules/reagents/chemistry/reagents/medicine.dm b/code/modules/reagents/chemistry/reagents/medicine.dm index 30753f4510c..52fbdc3f86b 100644 --- a/code/modules/reagents/chemistry/reagents/medicine.dm +++ b/code/modules/reagents/chemistry/reagents/medicine.dm @@ -1010,6 +1010,7 @@ reagent_state = LIQUID color = "#FFDCFF" taste_description = "stability" + harmless = FALSE var/list/drug_list = list("crank", "methamphetamine", "space_drugs", "synaptizine", "psilocybin", "ephedrine", "epinephrine", "stimulants", "stimulative_agent", "bath_salts", "lsd", "thc") /datum/reagent/medicine/haloperidol/on_mob_life(mob/living/M)