mob/living/Life() now handles can move.

This commit is contained in:
PsiOmegaDelta
2015-06-17 15:38:53 +02:00
parent 838739c4ed
commit 225ed82c1c
4 changed files with 2 additions and 3 deletions

View File

@@ -17,7 +17,6 @@
//Status updates, death etc.
handle_regular_status_updates()
update_canmove()
update_icons()
if(client)

View File

@@ -14,7 +14,6 @@
//Status updates, death etc.
handle_regular_status_updates()
update_canmove()
if(client)
handle_regular_hud_updates()

View File

@@ -92,7 +92,6 @@
//Status updates, death etc.
handle_regular_status_updates() //Optimized a bit
update_canmove()
//Update our name based on whether our face is obscured/disfigured
name = get_visible_name()

View File

@@ -40,6 +40,8 @@
update_pulling()
update_canmove()
/mob/living/proc/handle_breathing()
return