From d3cdb25ef378f83d1711d1678b6d490c8aab45d3 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 86640770096..e9b871c445d 100644 --- a/code/modules/organs/organ_internal.dm +++ b/code/modules/organs/organ_internal.dm @@ -126,7 +126,7 @@ process() ..() if (germ_level > INFECTION_LEVEL_ONE) - if(prob(1)) + if(prob(5)) owner.emote("cough") //respitory tract infection if(is_bruised())