Tweaks internal organ spread rate

Conflicts:
	code/modules/organs/organ_internal.dm
This commit is contained in:
mwerezak
2014-07-07 17:27:01 -04:00
committed by ZomgPonies
parent afaf623376
commit ebfbf40724
+1 -1
View File
@@ -48,7 +48,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)