Merge pull request #171 from alex-gh/paracetamol_fix

Paracetamol will now metabolize properly
This commit is contained in:
ZomgPonies
2014-03-10 08:27:16 -04:00
@@ -1146,6 +1146,8 @@ 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)