[MIRROR] Fixes swoopie runtime (#12654)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-04-11 12:07:56 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 0d1ad8f6f7
commit 53e4cd9537
4 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ GLOBAL_LIST_EMPTY(env_messages)
if(!istype(src) || !get_turf(src) || !src.ckey)
return
var/new_message = tgui_input_text(src, "Type in your message. It will be displayed to players who hover over the spot where you are right now. If you already have a message somewhere, it will be removed in the process. Please refrain from abusive or deceptive messages, but otherwise, feel free to be creative!", "Env Message", MAX_MESSAGE_LEN)
var/new_message = tgui_input_text(src, "Type in your message. It will be displayed to players who hover over the spot where you are right now. If you already have a message somewhere, it will be removed in the process. Please refrain from abusive or deceptive messages, but otherwise, feel free to be creative!", "Env Message", max_length = MAX_MESSAGE_LEN)
if(!new_message)
return