This commit is contained in:
kevinz000
2020-02-27 20:15:28 -07:00
parent ce8153e7fd
commit f01a58a795
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -120,7 +120,7 @@
..()
update_z(new_z)
/mob/living/proc/canface()
/mob/living/canface()
if(!CHECK_MOBILITY(src, MOBILITY_MOVE))
return FALSE
return ..()
@@ -33,7 +33,7 @@
. = ..()
AddElement(/datum/element/wuv, "bzzs!")
/mob/living/simple_animal/pet/bumbles/update_canmove()
/mob/living/simple_animal/pet/bumbles/update_mobility()
. = ..()
if(client && stat != DEAD)
if (resting)