From 25ec90ba268ca94d2ef4212fe9e58044b6144ee2 Mon Sep 17 00:00:00 2001 From: Mloc-Argent Date: Fri, 4 Jul 2014 17:54:25 +0100 Subject: [PATCH] mob: fix a movement issue Signed-off-by: Mloc-Argent --- code/modules/mob/mob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 2b0d1b2c019..e18b44a2bd7 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -780,7 +780,7 @@ note dizziness decrements automatically in the mob's Life() proc. lying = 0 else if (!buckled) lying = !can_stand - //canmove = has_limbs + canmove = has_limbs if(lying) density = 0