Paracetamol will now metabolize properly

This commit is contained in:
alex-gh
2014-03-10 12:22:45 +01:00
parent bb61c6ef27
commit dcebe3aae1
@@ -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)