[MIRROR] JSON Logging Refactor (#11623)

Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-09-14 11:05:26 -07:00
committed by GitHub
parent 272afa33c8
commit 5a62077f2c
425 changed files with 4081 additions and 2568 deletions

View File

@@ -22,7 +22,7 @@ var/global/datum/controller/xenobio/xenobio_controller // Set in New().
/datum/controller/xenobio/New()
if(xenobio_controller && xenobio_controller != src)
log_debug("Rebuilding xenobio controller.")
log_runtime("Rebuilding xenobio controller.")
qdel(xenobio_controller)
xenobio_controller = src
setup()

View File

@@ -124,8 +124,8 @@ Divergence proc, used in mutation to make unique datums.
var/chosen = pick(speech_buffer)
speak.Add(chosen)
/* Uncoment for logging of speech list.
log_debug("Added [chosen] to speak list.")
log_debug("Speechlist cut.") */
log_world("### DEBUG Added [chosen] to speak list.")
log_world("### DEBUG Speechlist cut.") */
speech_buffer.Cut()
//
/mob/living/simple_mob/xeno/proc/BuildReagentLists()