diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm index 7cfa8b72f96..daebf276b12 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -333,7 +333,7 @@ dizziness = max(dizziness - restingpwr, 0) if(drowsyness) - dizziness = max(drowsyness - restingpwr, 0) + drowsyness = max(drowsyness - restingpwr, 0) eye_blurry = max(2, eye_blurry) if(prob(5)) sleeping += 1