From ea70303f217a89aa950ac94dd88df81e02675f9e Mon Sep 17 00:00:00 2001 From: Miniature Date: Wed, 4 Jan 2012 17:02:35 +1030 Subject: [PATCH] Another one --- code/game/events/Events/RadiationBelt.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/events/Events/RadiationBelt.dm b/code/game/events/Events/RadiationBelt.dm index 33050348604..3158e945fc0 100644 --- a/code/game/events/Events/RadiationBelt.dm +++ b/code/game/events/Events/RadiationBelt.dm @@ -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)