From dcebe3aae10f7ef0b13de3c81fee6753cae0685f Mon Sep 17 00:00:00 2001 From: alex-gh Date: Mon, 10 Mar 2014 12:22:45 +0100 Subject: [PATCH] Paracetamol will now metabolize properly --- code/modules/reagents/Chemistry-Reagents.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index a7f7396f951..315a4cc1fcf 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -1146,6 +1146,7 @@ datum overdose = 60 on_mob_life(var/mob/living/M as mob) + ..() if (volume > overdose) M.hallucination = max(M.hallucination, 2)