mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Adjusts infection chances
After some discussion on IRC this seems like a better starting value.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
if(1)
|
||||
infectionchance = 1
|
||||
if(2)
|
||||
infectionchance = rand(10,50)
|
||||
infectionchance = rand(10,20)
|
||||
else
|
||||
infectionchance = rand(60,90)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user