From 791e481d6e0ca116a16efebd70e75764caadd9dc Mon Sep 17 00:00:00 2001 From: CIB Date: Mon, 6 Aug 2012 14:12:04 -0700 Subject: [PATCH] Removed a lagtastrous item --- code/modules/mob/living/carbon/human/hud.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/human/hud.dm b/code/modules/mob/living/carbon/human/hud.dm index 9fe37d3ce69..d542a8bab00 100644 --- a/code/modules/mob/living/carbon/human/hud.dm +++ b/code/modules/mob/living/carbon/human/hud.dm @@ -819,6 +819,8 @@ Radar-related things client.screen += closedradar /mob/living/carbon/human/proc/start_radar() + // this proc lags like hell, why is it even in + return for(var/obj/screen/x in client.screen) if(x.name == "radar closed" && x.icon == 'radar.dmi')