mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Another one
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
Tick()
|
||||
for(var/mob/living/L in world)
|
||||
L.radiation += rand(1,7)
|
||||
if (prob(4))
|
||||
if (L && prob(4))
|
||||
if (prob(75))
|
||||
randmutb(L)
|
||||
domutcheck(L,null,1)
|
||||
|
||||
Reference in New Issue
Block a user