fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user