From 9d447790312856868868ae71764395907b8decc2 Mon Sep 17 00:00:00 2001 From: "baloh.matevz" Date: Thu, 30 Aug 2012 16:16:17 +0000 Subject: [PATCH] - The error that my last commit caused was there because I failed to delete a line properly. Sorry about that. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4591 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/carbon/human/life.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index a77185500ef..75bacdc02b4 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -98,8 +98,6 @@ handle_regular_hud_updates() - prev_gender = gender - // Grabbing for(var/obj/item/weapon/grab/G in src) G.process()