From 66f6d325a435ef62e0053d28b9a320a5254739db Mon Sep 17 00:00:00 2001 From: cib Date: Wed, 4 Jan 2012 22:07:26 -0800 Subject: [PATCH] Increased infection chance significantly in the hopes that this will somehow help vira not spreading. --- code/WorkInProgress/virus2/base.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/WorkInProgress/virus2/base.dm b/code/WorkInProgress/virus2/base.dm index 5130d01142c..00897198d49 100644 --- a/code/WorkInProgress/virus2/base.dm +++ b/code/WorkInProgress/virus2/base.dm @@ -239,7 +239,7 @@ proc/airborne_can_reach(turf/source, turf/target) e.runeffect(mob,stage) clicks+=speed - if(prob(5)) spread_airborne(mob) + if(prob(50)) spread_airborne(mob) proc/cure(var/mob/living/carbon/mob) var/datum/disease2/effectholder/E