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)