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...")