mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Merge pull request #263 from SkyMarshal/master
Bugfix for rad storms being insane.
This commit is contained in:
@@ -5,14 +5,7 @@
|
||||
|
||||
Tick()
|
||||
for(var/mob/living/carbon/L in world)
|
||||
L.radiation += rand(1,7)
|
||||
if (L && prob(4))
|
||||
if (prob(75))
|
||||
randmutb(L)
|
||||
domutcheck(L,null,1)
|
||||
else
|
||||
randmutg(L)
|
||||
domutcheck(L,null,1)
|
||||
L.apply_effect(rand(1,7), IRRADIATE)
|
||||
|
||||
Die()
|
||||
command_alert("The station has cleared the radiation belt", "Medical Alert")
|
||||
|
||||
Reference in New Issue
Block a user