From 2c907d2fc0f8bf4b27999b65ab4425916df96cb9 Mon Sep 17 00:00:00 2001 From: bearrrrrrrr <54826962+bearrrrrrrr@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:42:18 -0400 Subject: [PATCH] emote and talking length (#244) --- code/global.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/global.dm b/code/global.dm index 7fe85adecc..3ed9249ca6 100644 --- a/code/global.dm +++ b/code/global.dm @@ -120,7 +120,7 @@ var/list/AAlarmWireColorToIndex //Don't set this very much higher then 1024 unless you like inviting people in to dos your server with message spam #define MAX_MESSAGE_LEN 1024 -#define MAX_EMOTE_LEN 256 +#define MAX_EMOTE_LEN 1024 #define MAX_PAPER_MESSAGE_LEN 3072 #define MAX_BOOK_MESSAGE_LEN 9216 #define MAX_NAME_LEN 28