Ports World Server Dialogue/Attack Log Viewer (#6460)

* Ports World Server Dialogue/Attack Log Viewer

Trust me, you didn't know you needed this until you use it.

* Adds to global vars

* Update admin_attack_log.dm

* Update admin_verbs.dm

* Update admin_logs.dm

* Adds verbs for checking player logs

* Update polaris.dme
This commit is contained in:
GeneriedJenelle
2019-09-28 08:36:58 +01:00
committed by Atermonera
parent c9b0b9e768
commit e7ea3a2283
7 changed files with 131 additions and 3 deletions
+1
View File
@@ -1,6 +1,7 @@
/mob/var/lastattacker = null
/mob/var/lastattacked = null
/mob/var/attack_log = list( )
/mob/var/dialogue_log = list( )
proc/log_and_message_admins(var/message as text, var/mob/user = usr)
log_admin(user ? "[key_name(user)] [message]" : "EVENT [message]")