Skip to content

Commit

Permalink
spaceman
Browse files Browse the repository at this point in the history
  • Loading branch information
spookydonut committed Oct 24, 2020
1 parent a32c6f2 commit 62a4ad4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _build_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file has all the information on what versions of libraries are thrown into the code
# For dreamchecker
export SPACEMANDMM_TAG=suite-1.4
export SPACEMANDMM_TAG=suite-1.6
# For NanoUI + TGUI
export NODE_VERSION=12
# For the scripts in tools
Expand Down
8 changes: 4 additions & 4 deletions code/modules/mob/typing_indicator.dm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#define TYPING_INDICATOR_LIFETIME 30 * 10 //grace period after which typing indicator disappears regardless of text in chatbar

mob/var/hud_typing = 0 //set when typing in an input window instead of chatline
mob/var/typing
mob/var/last_typed
mob/var/last_typed_time
/mob/var/hud_typing = 0 //set when typing in an input window instead of chatline
/mob/var/typing
/mob/var/last_typed
/mob/var/last_typed_time

GLOBAL_LIST_EMPTY(typing_indicator)

Expand Down

0 comments on commit 62a4ad4

Please sign in to comment.