mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 10:57:19 +01:00
45390466f7
* 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]")
|