From 6e5ff1440f5f636e1d2b3ffab6e85148e0b32c90 Mon Sep 17 00:00:00 2001 From: "elly1989@rocketmail.com" Date: Sat, 14 Jul 2012 23:51:47 +0000 Subject: [PATCH] derp. runtime fix for a Typo git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4074 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/carbon/human/examine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 529b51c70e..63e643751a 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -29,7 +29,7 @@ skipface = head.flags_inv & HIDEFACE if(wear_mask) - skipface |= wear_mask & HIDEFACE + skipface |= wear_mask.flags_inv & HIDEFACE // crappy hacks because you can't do \his[src] etc. I'm sorry this proc is so unreadable, blame the text macros :< var/t_He = "It" //capitalised for use at the start of each line.