Quick null check so the hair quits spamming runtimes.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2453 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2011-10-30 10:02:41 +00:00
parent 38eac59207
commit 0604eabf1e
@@ -1232,6 +1232,7 @@
lying_icon.Blend(new /icon('human.dmi', "underwear[underwear]_[g]_l"), ICON_OVERLAY)
/mob/living/carbon/human/proc/update_face()
if(!facial_hair_style || !hair_style) return//Seems people like to lose their icons, this should stop the runtimes for now
del(face_standing)
del(face_lying)