mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Nerfed unstable mutagen back to what it was before metabolism change
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user