mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Merge branch 'master' of github.com:SkyMarshal/Baystation12
Conflicts: maps/tgstation.2.0.8.dmm
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
command_alert("The ship is now travelling through a radiation belt", "Medical Alert")
|
||||
|
||||
Tick()
|
||||
for(var/mob/living/L in world)
|
||||
if(istype(L,/mob/living/simple_animal))
|
||||
continue
|
||||
for(var/mob/living/carbon/L in world)
|
||||
L.radiation += rand(1,7)
|
||||
if (prob(4))
|
||||
if (prob(75))
|
||||
|
||||
Reference in New Issue
Block a user