readded defines; tweaked size
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
|
||||
/mob/living/proc/gravity_animate()
|
||||
if(!get_filter("gravity"))
|
||||
add_filter("gravity",1,list("type"="motion_blur", "x"=0, "y"=0))
|
||||
add_filter("gravity",1, GRAVITY_MOTION_BLUR)
|
||||
INVOKE_ASYNC(src, .proc/gravity_pulse_animation)
|
||||
|
||||
/mob/living/proc/gravity_pulse_animation()
|
||||
|
||||
@@ -228,8 +228,8 @@
|
||||
/mob/proc/add_eyeblur()
|
||||
var/obj/screen/plane_master/game_world/GW = locate(/obj/screen/plane_master/game_world) in client.screen
|
||||
var/obj/screen/plane_master/floor/F = locate(/obj/screen/plane_master/floor) in client.screen
|
||||
GW.add_filter("blurry_eyes", 2, list("type"="blur", "size"=2))
|
||||
F.add_filter("blurry_eyes", 2, list("type"="blur", "size"=2))
|
||||
GW.add_filter("blurry_eyes", 2, EYE_BLUR)
|
||||
F.add_filter("blurry_eyes", 2, EYE_BLUR)
|
||||
|
||||
/mob/proc/remove_eyeblur()
|
||||
var/obj/screen/plane_master/game_world/GW = locate(/obj/screen/plane_master/game_world) in client.screen
|
||||
|
||||
Reference in New Issue
Block a user