derp. runtime fix for a Typo

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4074 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-07-14 23:51:47 +00:00
parent af5804b18b
commit 6e5ff1440f

View File

@@ -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.