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