POLARIS: Revamp logging to be consistent

This commit is contained in:
Arokha Sieyes
2018-03-10 15:52:20 -05:00
committed by Leshana
parent 57ed0f6e9e
commit 73838e0a62
98 changed files with 261 additions and 353 deletions

View File

@@ -111,7 +111,7 @@ datum/announcement/priority/command/Sound(var/message_sound)
datum/announcement/proc/Log(message as text, message_title as text)
if(log)
log_say("[key_name(usr)] has made \a [announcement_type]: [message_title] - [message] - [announcer]")
log_game("[key_name(usr)] has made \a [announcement_type]: [message_title] - [message] - [announcer]")
message_admins("[key_name_admin(usr)] has made \a [announcement_type].", 1)
/proc/GetNameAndAssignmentFromId(var/obj/item/weapon/card/id/I)