From b8a102beb4a545936f38e60b0e538673b5566693 Mon Sep 17 00:00:00 2001 From: mwerezak Date: Mon, 7 Jul 2014 17:30:19 -0400 Subject: [PATCH] Increases cough rate for lung infections --- code/modules/organs/organ_internal.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/organs/organ_internal.dm b/code/modules/organs/organ_internal.dm index d9a06185fe0..3721633dce7 100644 --- a/code/modules/organs/organ_internal.dm +++ b/code/modules/organs/organ_internal.dm @@ -125,7 +125,7 @@ process() ..() if (germ_level > INFECTION_LEVEL_ONE) - if(prob(1)) + if(prob(5)) owner.emote("cough") //respitory tract infection if(is_bruised())