From 79088a5668ac91472aa367ee75b2fe4c59be06b7 Mon Sep 17 00:00:00 2001 From: alex-gh Date: Mon, 10 Mar 2014 12:59:06 +0100 Subject: [PATCH] Paracetamol side effect should work now --- 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 315a4cc1fcf..b5b5d790c6c 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(!M) M = holder.my_atom ..() if (volume > overdose) M.hallucination = max(M.hallucination, 2)