Fixes some average runtimes, how null...

This commit is contained in:
Ghommie
2019-10-30 00:48:51 +01:00
parent d0bf24c7cc
commit 1b8bda7040
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -338,7 +338,7 @@
/obj/item/organ/eyes/robotic/glow/proc/start_visuals()
if(!islist(eye_lighting))
regenerate_light_effects()
if((eye_lighting.len < light_beam_distance) || !on_mob)
if((LAZYLEN(eye_lighting) < light_beam_distance) || !on_mob)
regenerate_light_effects()
sync_light_effects()
update_visuals()