From 3d3f49bea1bea424ba288d1db8b3d7b440045d66 Mon Sep 17 00:00:00 2001 From: Erthilo Date: Thu, 31 May 2012 01:55:07 +0100 Subject: [PATCH] Fixes mutant races forever lying down. --- 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 7d66c71ddbe..015967154d1 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1216,12 +1216,12 @@ if(lying) icon = lying_icon - overlays += body_overlays_standing + overlays += body_overlays_lying if(!lying) icon = stand_icon + overlays += body_overlays_standing - overlays += body_overlays_lying overlays += clothing_overlays