Add admin logs to NTSL2, change font to Verdana

This commit is contained in:
tigercat2000
2018-11-06 09:57:33 -08:00
parent 3e99899c04
commit 5c00ac86b6
6 changed files with 31 additions and 5 deletions
+7
View File
@@ -26,6 +26,13 @@
investigate_log_subjects |= subject
F << "<small>[time_stamp()] \ref[src] ([x],[y],[z])</small> || [src] [message]<br>"
/proc/log_investigate(message, subject)
if(!message) return
var/F = investigate_subject2file(subject)
if(!F) return
investigate_log_subjects |= subject
F << "<small>[time_stamp()] || [message]<br>"
//ADMINVERBS
/client/proc/investigate_show( subject in investigate_log_subjects )
set name = "Investigate"