From 2bf5229f8e08feb1bd04f0b0c878c2ae85f9dc35 Mon Sep 17 00:00:00 2001 From: Verkister Date: Tue, 17 Nov 2020 14:05:35 +0200 Subject: [PATCH] Fixes hotkey emotes not getting the proper textbox Now we can have both, textbox and typing indicator bubble. --- code/modules/mob/typing_indicator.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/typing_indicator.dm b/code/modules/mob/typing_indicator.dm index 3012d6959a..a260c878fc 100644 --- a/code/modules/mob/typing_indicator.dm +++ b/code/modules/mob/typing_indicator.dm @@ -39,7 +39,7 @@ set hidden = 1 set_typing_indicator(TRUE) - var/message = input("","me (text)") as text + var/message = input("","me (text)") as message //VOREStation Edit set_typing_indicator(FALSE) if(message)