Merge pull request #13559 from Citadel-Station-13/silicons-patch-21

typing indicator is no longer cleared on mob move
This commit is contained in:
Putnam3145
2020-11-18 17:51:18 -08:00
committed by GitHub
@@ -1,8 +1,6 @@
/mob/living/Moved()
. = ..()
update_turf_movespeed(loc)
//Hide typing indicator if we move.
clear_typing_indicator()
update_pixel_shifting(TRUE)
/mob/living/setDir(newdir, ismousemovement)