[NO GBP] Fixes FOV blocker harddels (#95611)

## About The Pull Request

FOV manages itself and shouldn't be screen cleared

## Changelog
🆑
fix: FOV blockers no longer harddel
/🆑
This commit is contained in:
SmArtKar
2026-04-03 06:57:56 -04:00
committed by GitHub
parent 4715077a5b
commit c35f1eeb61
3 changed files with 2 additions and 5 deletions
-2
View File
@@ -102,8 +102,6 @@
return
applied_mask = TRUE
parent_client.screen += blocker_mask
parent_mob.hud_used.screen_objects += blocker_mask
parent_mob.hud_used.screen_groups[HUD_GROUP_SCREEN_OVERLAYS] += blocker_mask
/// When a direction of the user changes, so do the masks
/datum/component/fov_handler/proc/on_dir_change(mob/source, old_dir, new_dir)