From 7aac3d5e1ca14b1308a2daf24ee8ebc3d6aff653 Mon Sep 17 00:00:00 2001 From: Albert Iordache Date: Thu, 5 Jan 2012 01:10:07 +0200 Subject: [PATCH] Fixed a radiation belt runtime error --- 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 3184ff094c8..e377a5d1ad2 100644 --- a/code/game/events/Events/RadiationBelt.dm +++ b/code/game/events/Events/RadiationBelt.dm @@ -4,7 +4,7 @@ command_alert("The station is now travelling through a radiation belt", "Medical Alert") Tick() - for(var/mob/living/L in world) + for(var/mob/living/carbon/L in world) L.radiation += rand(1,7) if (L && prob(4)) if (prob(75))