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)