From 09db9f1ff09e6e981572254e130163ab74987454 Mon Sep 17 00:00:00 2001 From: Mloc-Argent Date: Tue, 23 Jul 2013 23:38:49 +0100 Subject: [PATCH] Nerfed snoring frequency. Signed-off-by: Mloc-Argent --- code/modules/mob/living/carbon/human/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 366ea5e02b3..bdf4970235c 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -987,7 +987,7 @@ sleeping = max(sleeping-1, 0) blinded = 1 stat = UNCONSCIOUS - if( prob(10) && health && !hal_crit ) + if( prob(2) && health && !hal_crit ) spawn(0) emote("snore") else if(resting)