From 1e052007e0edd7513090979a704dd6eeeefb1203 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Wed, 2 May 2018 13:09:29 -0500 Subject: [PATCH] Chemicals should process again --- .../Chemistry-Reagents/Chemistry-Reagents-Medicine.dm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine.dm index 8410a6dbeb..414fa58cd5 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine.dm @@ -103,9 +103,9 @@ if(dose >= 15) M.druggy = max(M.druggy, 5) if(alien != IS_DIONA) - M.drowsyness = max(0, M.drowsyness - 6 * removed * chem_effective = 0.66) - M.hallucination = max(0, M.hallucination - 9 * removed * chem_effective = 0.66) - M.adjustToxLoss(-4 * removed * chem_effective = 0.66) + M.drowsyness = max(0, M.drowsyness - 6 * removed * chem_effective) + M.hallucination = max(0, M.hallucination - 9 * removed * chem_effective) + M.adjustToxLoss(-4 * removed * chem_effective) /datum/reagent/carthatoline name = "Carthatoline" @@ -392,7 +392,6 @@ /datum/reagent/alkysine/affect_blood(var/mob/living/carbon/M, var/alien, var/removed) if(alien == IS_DIONA) return - var/ var/chem_effective = 1 if(alien == IS_SLIME) chem_effective = 0.25