mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-25 23:37:09 +01:00
I forgor (fix compilation test)
This commit is contained in:
@@ -81,6 +81,8 @@
|
||||
update_eye_blur()
|
||||
|
||||
/mob/proc/update_eye_blur()
|
||||
if(!hud_used)
|
||||
return
|
||||
var/atom/movable/plane_master_controller/game_plane_master_controller = hud_used.plane_master_controllers[PLANE_MASTERS_GAME]
|
||||
if(eye_blurry)
|
||||
game_plane_master_controller.add_filter("eye_blur", 1, gauss_blur_filter(clamp(eye_blurry * 0.1, 0.6, 3)))
|
||||
|
||||
Reference in New Issue
Block a user