Bumped infection chance so viruses infect.

This commit is contained in:
Chinsky
2013-10-06 04:23:24 +04:00
parent 818bcf7668
commit 0cd28f9ca5
+2 -2
View File
@@ -1,5 +1,5 @@
/datum/disease2/disease
var/infectionchance = 10
var/infectionchance = 70
var/speed = 1
var/spreadtype = "Blood" // Can also be "Airborne"
var/stage = 1
@@ -25,7 +25,7 @@
holder.getrandomeffect()
effects += holder
uniqueID = rand(0,10000)
infectionchance = rand(1,10)
infectionchance = rand(60,90)
antigen |= text2num(pick(ANTIGENS))
antigen |= text2num(pick(ANTIGENS))
spreadtype = "Airborne"