From 2019efd8e15997a4ac9bbf254b372ecfdbfd19a9 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 22 Sep 2019 15:24:25 -0400 Subject: [PATCH] Adds Overlay --- code/modules/mob/living/carbon/human/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index cb63df8d563..c2aff6b4685 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1279,7 +1279,7 @@ else bodytemp.icon_state = "temp0" - if(blinded) overlay_fullscreen("blind", /obj/screen/fullscreen/blind) + if(blinded || muffled) overlay_fullscreen("blind", /obj/screen/fullscreen/blind) //VOREStation Edit else clear_fullscreens() if(disabilities & NEARSIGHTED) //this looks meh but saves a lot of memory by not requiring to add var/prescription