mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
New view tracked playtime menu (#54681)
* New view tracked playtime menu * Put living/ghost in their own category
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user