diff --git a/code/_onclick/hud/fullscreen.dm b/code/_onclick/hud/fullscreen.dm index 94d931bbb78ed..8f3ad8fb812cf 100644 --- a/code/_onclick/hud/fullscreen.dm +++ b/code/_onclick/hud/fullscreen.dm @@ -107,6 +107,7 @@ /atom/movable/screen/fullscreen/blind icon_state = "blackimageoverlay" + render_target = "blind_fullscreen_overlay" layer = BLIND_LAYER plane = FULLSCREEN_PLANE diff --git a/code/_onclick/hud/rendering/plane_master.dm b/code/_onclick/hud/rendering/plane_master.dm index 671e4e29adc84..76abc436dfe87 100644 --- a/code/_onclick/hud/rendering/plane_master.dm +++ b/code/_onclick/hud/rendering/plane_master.dm @@ -271,4 +271,4 @@ remove_filter("glow") add_filter("glow", 1, list(type = "bloom", threshold = rgb(128, 128, 128), size = 2, offset = 1, alpha = 255)) remove_filter("mask") - add_filter("mask", 2, alpha_mask_filter(render_source = "blind_psychic")) + add_filter("mask", 2, alpha_mask_filter(render_source = "blind_fullscreen_overlay")) diff --git a/code/modules/mob/living/carbon/human/species_types/psyphoza.dm b/code/modules/mob/living/carbon/human/species_types/psyphoza.dm index 72a831872b510..ccb97a46e8fe3 100644 --- a/code/modules/mob/living/carbon/human/species_types/psyphoza.dm +++ b/code/modules/mob/living/carbon/human/species_types/psyphoza.dm @@ -278,7 +278,6 @@ /atom/movable/screen/fullscreen/blind/psychic icon_state = "trip" icon = 'icons/mob/psychic.dmi' - render_target = "blind_psychic" ///The color we return to after going black & back. var/origin_color = "#111" ///Index for texture setting - Useful if we add more presets