This commit is contained in:
kevinz000
2020-01-07 02:39:16 -08:00
parent 3efdf013e6
commit ae73927b67
22 changed files with 50 additions and 49 deletions
+2 -2
View File
@@ -72,9 +72,9 @@
///Set the mobs blurriness of vision to an amount
/mob/proc/set_blurriness(amount)
eye_blurry = max(amount, 0)
update_eye_blur()
update_eyeblur()
/mob/proc/update_eye_blur()
/mob/proc/update_eyeblur()
remove_eyeblur()
add_eyeblur()