This commit is contained in:
kevinz000
2020-03-05 00:53:18 -07:00
parent 032b973d82
commit e027d22fd8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -278,4 +278,4 @@
#define PULL_PRONE_SLOWDOWN 0.6
#define HUMAN_CARRY_SLOWDOWN 0
#define TYPING_INDICATOR_TIMEOUT 30 SECONDS
#define TYPING_INDICATOR_TIMEOUT 10 SECONDS
+1 -1
View File
@@ -70,7 +70,7 @@
next_click = world.time + world.tick_lag
// Hide typing indicator if we click
hide_typing_indicator_auto()
clear_typing_indicator()
if(check_click_intercept(params,A))
return
+1 -1
View File
@@ -2,7 +2,7 @@
. = ..()
update_turf_movespeed(loc)
//Hide typing indicator if we move.
hide_typing_indicator_auto()
clear_typing_indicator()
/mob/living/CanPass(atom/movable/mover, turf/target)
if((mover.pass_flags & PASSMOB))