/mob/living/silicon/robot/handle_regular_hud_updates() called handle_regular_hud_updates() and then recursion kept happening.
This commit is contained in:
PsiOmega
2015-07-05 21:19:12 +02:00
parent d513c030f3
commit d9af4af844

View File

@@ -173,7 +173,7 @@
src.see_invisible = SEE_INVISIBLE_LIVING // This is normal vision (25), setting it lower for normal vision means you don't "see" things like darkness since darkness
// has a "invisible" value of 15
handle_regular_hud_updates()
..()
var/obj/item/borg/sight/hud/hud = (locate(/obj/item/borg/sight/hud) in src)
if(hud && hud.hud)