From 8a69a6416c7155607b4aad7ce29a7da8900acd95 Mon Sep 17 00:00:00 2001 From: Erthilo Date: Thu, 31 May 2012 16:28:47 +0100 Subject: [PATCH] Fixed humans faces lying down when standing up. --- code/modules/mob/living/carbon/human/human.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 015967154d1..c88c2a75da2 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -917,8 +917,8 @@ body_overlays_standing += body_standing // face_lying and face_standing are the face icons, not a flag - body_overlays_lying += face_standing // yes, the vars are named wrong, I didn't do it -- CIB - body_overlays_standing += face_lying + body_overlays_lying += face_lying + body_overlays_standing += face_standing