Tweaks internal organ spread rate

This commit is contained in:
mwerezak
2014-07-07 17:27:01 -04:00
parent 5764d95808
commit 008c5447b7

View File

@@ -47,7 +47,7 @@
//** Handle the effects of infections
var/antibiotics = owner.reagents.get_reagent_amount("spaceacillin")
if (germ_level < INFECTION_LEVEL_ONE/2 && prob(60))
if (germ_level < INFECTION_LEVEL_ONE/2 && prob(30))
germ_level--
if (germ_level >= INFECTION_LEVEL_ONE/2)