mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
* sdf * fsda * fuck * fuck2 * toolz * sdaf * sdfa * saf * sdfa * sdfa * sdf * sdfa * temp rename * temp rename * temp rename * sdaf * the pain is immensurable in the land of byond * the curse of rah * safd * sadf * sadf * gf * asf * fssdfa * sfd * sadf * sfda * brah * brah * it's easier for you to fix this * ffs * brah * brah
5 lines
403 B
Plaintext
5 lines
403 B
Plaintext
/// Logging for player manifest (ckey, name, job, special role, roundstart/latejoin)
|
|
/proc/log_manifest(ckey, datum/mind/mind, mob/body, latejoin = FALSE)
|
|
if (GLOB.config.logsettings["log_manifest"])
|
|
WRITE_LOG(GLOB.config.logfiles["world_manifest_log"], "[ckey] \\ [body.real_name] \\ [mind.assigned_role] \\ [mind.special_role ? mind.special_role : "NONE"] \\ [latejoin ? "LATEJOIN":"ROUNDSTART"]")
|