JSON Logging Refactor (#18252)

* First pass

* fixes

* more fixes

* num2hex length changes

* pass 2

* fixed warning

* looc log fix

* .

* update tgui

* .

* .

* .

* .

* perttier

* cleanup

* .

* .

* fix token

* no

* .

* .

* .

* ,

* modsay eventsay

* .

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Selis
2025-09-11 17:28:20 +02:00
committed by GitHub
co-authored by Kashargul
parent 67fa43bd5a
commit b0f0f4685f
403 changed files with 4013 additions and 2309 deletions
+1 -1
View File
@@ -901,7 +901,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
return 0
var/msg = tgui_input_text(src, "Message:", "Spectral Whisper", "", MAX_MESSAGE_LEN)
if(msg)
log_say("(SPECWHISP to [key_name(M)]): [msg]", src)
log_talk("(SPECWHISP to [key_name(M)]): [msg]", LOG_WHISPER)
to_chat(M, span_warning(" You hear a strange, unidentifiable voice in your head... [span_purple("[msg]")]"))
to_chat(src, span_warning(" You said: '[msg]' to [M]."))
else
+2 -2
View File
@@ -4,7 +4,7 @@
if(!message)
return
log_ghostsay(message, src)
log_talk("(GHOST SAY) [message]", LOG_SAY)
if (client)
if(message)
@@ -20,7 +20,7 @@
if(!message)
return
log_ghostemote(message, src)
log_message("(GHOST EMOTE) [message]", LOG_EMOTE)
if(client)
if(message)