diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index 2ab5f21b839..0062e83c8d4 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -1071,6 +1071,7 @@ H.visible_message("[H] has been knocked senseless!", \ "[H] has been knocked senseless!") H.confused = max(H.confused, 20) + H.adjust_blurriness(10) if(prob(I.force + ((100 - H.health)/2)) && H != user) ticker.mode.remove_revolutionary(H.mind)