Merge pull request #4788 from Citadel-Station-13/upstream-merge-34310

[MIRROR] Removes some hrefs from logging
This commit is contained in:
deathride58
2018-01-12 17:48:13 +00:00
committed by GitHub
8 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1174,7 +1174,7 @@
if(devilinfo)
devilinfo.ascendable = FALSE
message_admins("[key_name_admin(usr)] has made [current] unable to ascend as a devil.")
log_admin("[key_name_admin(usr)] has made [current] unable to ascend as a devil.")
log_admin("[key_name(usr)] has made [current] unable to ascend as a devil.")
return
if(!ishuman(current) && !iscyborg(current))
to_chat(usr, "<span class='warning'>This only works on humans and cyborgs!</span>")
@@ -1186,7 +1186,7 @@
if(devilinfo)
devilinfo.ascendable = TRUE
message_admins("[key_name_admin(usr)] has made [current] able to ascend as a devil.")
log_admin("[key_name_admin(usr)] has made [current] able to ascend as a devil.")
log_admin("[key_name(usr)] has made [current] able to ascend as a devil.")
return
if(!ishuman(current) && !iscyborg(current))
to_chat(usr, "<span class='warning'>This only works on humans and cyborgs!</span>")