Changes log_game to log_admin

This commit is contained in:
Kyep
2017-09-05 03:43:11 -07:00
parent 1e9061e1d9
commit 20048bb72e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -190,7 +190,7 @@
if("released")
active2.fields["criminal"] = "Released"
var/newstatus = active2.fields["criminal"]
log_game("[key_name_admin(usr)] set secstatus of [their_rank] [their_name] to [newstatus], comment: [t1]")
log_admin("[key_name_admin(usr)] set secstatus of [their_rank] [their_name] to [newstatus], comment: [t1]")
active2.fields["comments"] += "Set to [newstatus] by [usr.name] ([rank]) on [current_date_string] [worldtime2text()], comment: [t1]"
update_all_mob_security_hud()
if("rank")
@@ -836,7 +836,7 @@
R.fields["comments"] += "Set to [setcriminal] by [U.name] (artificial intelligence) on [current_date_string] [worldtime2text()] with comment: [t1]<BR>"
R.fields["criminal"] = setcriminal
log_game("[key_name_admin(usr)] set secstatus of [their_rank] [their_name] to [setcriminal], comment: [t1]")
log_admin("[key_name_admin(usr)] set secstatus of [their_rank] [their_name] to [setcriminal], comment: [t1]")
spawn()
sec_hud_set_security_status()