Another one

This commit is contained in:
Miniature
2012-01-04 17:02:35 +10:30
parent a898a49c3c
commit ea70303f21
+1 -1
View File
@@ -6,7 +6,7 @@
Tick()
for(var/mob/living/L in world)
L.radiation += rand(1,7)
if (prob(4))
if (L && prob(4))
if (prob(75))
randmutb(L)
domutcheck(L,null,1)