mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[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:
committed by
GitHub
parent
272afa33c8
commit
5a62077f2c
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user