mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user