From 4371fed56b6e77055a3bb8163712aeab6f7d2139 Mon Sep 17 00:00:00 2001 From: "quartz235@gmail.com" Date: Thu, 30 Aug 2012 15:20:40 +0000 Subject: [PATCH] Fixes r4589 to compile - Erro forgot to name the var right in an instance isn't he silly git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4590 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/carbon/human/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 50f019642ac..a77185500ef 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -98,7 +98,7 @@ handle_regular_hud_updates() - gender_archive = gender + prev_gender = gender // Grabbing for(var/obj/item/weapon/grab/G in src)