From 6666059bd9d1bb1f43db02f2af8b2a3cb14907e5 Mon Sep 17 00:00:00 2001 From: Cheridan Date: Wed, 21 Sep 2016 00:05:20 -0500 Subject: [PATCH] Adds blurriness too --- code/modules/mob/living/carbon/human/species.dm | 1 + 1 file changed, 1 insertion(+) 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)