Files
Bubberstation/code/__HELPERS/~skyrat_helpers/logging.dm

5 lines
221 B
Plaintext

//This logs subtler emotes in game.txt, if the conflig flag in config\skyrat\skyrat_config.txt is true.
/proc/log_subtler(text)
if (CONFIG_GET(flag/log_subtler))
WRITE_LOG(GLOB.world_game_log, "SUBTLER EMOTE: [text]")