Fixed a radiation belt runtime error

This commit is contained in:
Albert Iordache
2012-01-05 01:10:07 +02:00
parent 86186aa089
commit 7aac3d5e1c
+1 -1
View File
@@ -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))