Lowers rot disease chance (#58034)

Lowered the chance of disease creation by ~60%
Every round was having horrible breakouts, this ought to fix that
This commit is contained in:
SmArtKar
2021-03-29 23:48:30 -07:00
committed by GitHub
parent 61f39e48f3
commit 396c6ddf20
+1 -1
View File
@@ -119,7 +119,7 @@
if(world.time - start_time < start_delay)
return
if(!prob(strength * 8))
if(!prob(strength * 3))
return
//We're running just under the "worst disease", since we don't want these to be too strong