Nerfed unstable mutagen back to what it was before metabolism change

This commit is contained in:
Miniature
2012-03-18 00:58:27 +10:30
parent 593c1dc505
commit f44a005b49
+2 -1
View File
@@ -922,7 +922,8 @@ datum
on_mob_life(var/mob/living/M as mob)
if(isrobot(M) || isAI(M)) return // Mutagen doesn't do anything to robutts!
if(!M) M = holder.my_atom
M.radiation += 3
if(prob(33))
M.radiation += 1
..()
return