mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-08 13:43:21 +01:00
Fixed a radiation belt runtime error
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user