mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user