Adjusts infection chances

After some discussion on IRC this seems like a better starting value.
This commit is contained in:
mwerezak
2015-01-12 00:05:47 -05:00
parent 03e95ecbcf
commit b069bfb658
+1 -1
View File
@@ -27,7 +27,7 @@
if(1)
infectionchance = 1
if(2)
infectionchance = rand(10,50)
infectionchance = rand(10,20)
else
infectionchance = rand(60,90)