New view tracked playtime menu (#54681)

* New view tracked playtime menu

* Put living/ghost in their own category
This commit is contained in:
Jared-Fogle
2020-11-03 03:43:17 +02:00
committed by GitHub
parent ef1132f36c
commit 80bb4cd03f
9 changed files with 159 additions and 82 deletions
+1 -5
View File
@@ -212,11 +212,7 @@ GLOBAL_VAR_INIT(normal_ooc_colour, "#002eb8")
to_chat(usr, "<span class='notice'>Sorry, tracking is currently disabled.</span>")
return
var/list/body = list()
body += "<html><head><meta http-equiv='Content-Type' content='text/html; charset=UTF-8'><title>Playtime for [key]</title></head><BODY><BR>Playtime:"
body += get_exp_report()
body += "</BODY></HTML>"
usr << browse(body.Join(), "window=playerplaytime[ckey];size=550x615")
new /datum/job_report_menu(src, usr)
// Ignore verb
/client/verb/select_ignore()