POLARIS: Revamp logging to be consistent

This commit is contained in:
Arokha Sieyes
2018-03-10 15:52:20 -05:00
parent 54cf9636ec
commit 2c9bdf3ae4
100 changed files with 262 additions and 355 deletions

View File

@@ -94,7 +94,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)