mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +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")
|
command_alert("The station is now travelling through a radiation belt", "Medical Alert")
|
||||||
|
|
||||||
Tick()
|
Tick()
|
||||||
for(var/mob/living/L in world)
|
for(var/mob/living/carbon/L in world)
|
||||||
L.radiation += rand(1,7)
|
L.radiation += rand(1,7)
|
||||||
if (L && prob(4))
|
if (L && prob(4))
|
||||||
if (prob(75))
|
if (prob(75))
|
||||||
|
|||||||
Reference in New Issue
Block a user