wrong type

This commit is contained in:
kevinz000
2020-02-27 20:09:29 -07:00
parent 995aa6cdec
commit 9bd4719c0a
3 changed files with 6 additions and 3 deletions
@@ -119,3 +119,8 @@
/mob/living/onTransitZ(old_z,new_z)
..()
update_z(new_z)
/mob/living/proc/canface()
if(!CHECK_MOBILITY(src, MOBILITY_MOVE))
return FALSE
return ..()