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

@@ -12,7 +12,6 @@ var/global/floorIsLava = 0
C << msg
/proc/msg_admin_attack(var/text) //Toggleable Attack Messages
log_attack(text)
var/rendered = "<span class=\"log_message\"><span class=\"prefix\">ATTACK:</span> <span class=\"message\">[text]</span></span>"
for(var/client/C in admins)
if((R_ADMIN|R_MOD) & C.holder.rights)