wow that's a lot of effort

This commit is contained in:
kevinz000
2020-03-05 00:51:05 -07:00
parent 76541ff57a
commit 032b973d82
7 changed files with 65 additions and 38 deletions
@@ -1,6 +1,8 @@
/mob/living/Moved()
. = ..()
update_turf_movespeed(loc)
//Hide typing indicator if we move.
hide_typing_indicator_auto()
/mob/living/CanPass(atom/movable/mover, turf/target)
if((mover.pass_flags & PASSMOB))