From 41efd060632691aaffa04cbb07dcadf4560d46d7 Mon Sep 17 00:00:00 2001 From: Krausus Date: Fri, 3 Jun 2016 20:53:14 -0400 Subject: [PATCH] Fixes /mob/living/life not calling its parent This was preventing mobs from updating ghosts following them when they moved any way other than walking. --- code/modules/mob/living/life.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/life.dm b/code/modules/mob/living/life.dm index e647dfcd442..85526945b54 100644 --- a/code/modules/mob/living/life.dm +++ b/code/modules/mob/living/life.dm @@ -59,6 +59,8 @@ if(get_nations_mode()) process_nations() + ..() + /mob/living/proc/handle_breathing() return