From 2a0b40bc348d873686cab5b96a97dea22e84c028 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Thu, 16 Feb 2017 10:01:38 -0500 Subject: [PATCH] Possibly fixes huds failing to GC --- code/_onclick/hud/screen_objects.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/_onclick/hud/screen_objects.dm b/code/_onclick/hud/screen_objects.dm index 2f1741a1cff..150eaa265f4 100644 --- a/code/_onclick/hud/screen_objects.dm +++ b/code/_onclick/hud/screen_objects.dm @@ -21,6 +21,7 @@ /obj/screen/Destroy() master = null + hud = null return ..() /obj/screen/examine(mob/user)