Removes some hrefs from logging (#34310)

* Removes key_name_admin calls from logging

* Removes JMP from gibtonite reaction logs
This commit is contained in:
JJRcop
2018-01-12 08:03:28 -05:00
committed by CitadelStationBot
parent 2b9b826a95
commit ed6ec3d63a
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>")