mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Fixes and cleanup for logging. (#1735)
* Fixes and a little cleanup. * False by default. * Apply suggestions from code review Co-authored-by: Azarak <azarak10@gmail.com> * Modularization and comments. * #include Co-authored-by: Azarak <azarak10@gmail.com>
This commit is contained in:
@@ -492,6 +492,10 @@
|
||||
colored_message = "(ASAY) [colored_message]"
|
||||
if(LOG_EMOTE)
|
||||
colored_message = "(EMOTE) [colored_message]"
|
||||
//SKYRAT EDIT ADDITION BEGIN
|
||||
if(LOG_SUBTLER)
|
||||
colored_message = "(EMOTE) (SUBTLER) [colored_message]"
|
||||
//SKYRAT EDIT ADDITION END
|
||||
|
||||
var/list/timestamped_message = list("\[[time_stamp()]\] [key_name(src)] [loc_name(src)]" = colored_message)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user