mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-29 10:41:34 +00:00
* hmm * cooking * need a medic bag * a * cc * a * huh * k * oops * Update codex.dm * hmm * ahhhhhhhh * tests rerun please --------- Co-authored-by: DreamySkrell <>
4 lines
170 B
Plaintext
4 lines
170 B
Plaintext
/proc/log_subsystem_codex(text)
|
|
if (GLOB.config?.logsettings["log_subsystems_codex"])
|
|
WRITE_LOG(GLOB.config.logfiles["world_subsystems_codex_log"], "SScodex: [text]")
|