From b46aabb92279f9993e077c9b2a728928b86292f6 Mon Sep 17 00:00:00 2001 From: quotefox Date: Sat, 26 Mar 2022 12:40:16 +0000 Subject: [PATCH] fix, dont stutter for 30 seconds jesus. --- hyperstation/code/modules/mob/living/carbon/carbon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperstation/code/modules/mob/living/carbon/carbon.dm b/hyperstation/code/modules/mob/living/carbon/carbon.dm index e7c8ddd8e..13d565fc2 100644 --- a/hyperstation/code/modules/mob/living/carbon/carbon.dm +++ b/hyperstation/code/modules/mob/living/carbon/carbon.dm @@ -75,7 +75,7 @@ if(prob(20)) emote("scream") jitteriness += 3 //shake - stuttering += 35 //stutter words, your in pain bro. + stuttering += 3 //stutter words, your in pain bro. if (total_pain > 80) //your in trouble. fainting.. to_chat(src, "You cant handle the intense pain...")