Merge pull request #5224 from Kyep/jobs_unlock_system

Playtime Tracking
This commit is contained in:
Crazy Lemon
2017-01-03 18:06:28 -08:00
committed by GitHub
23 changed files with 281 additions and 8 deletions
+9
View File
@@ -2009,6 +2009,15 @@
fax_panel(usr)
else if(href_list["getplaytimewindow"])
if(!check_rights(R_ADMIN))
return
var/mob/M = locateUID(href_list["getplaytimewindow"])
if(!M)
to_chat(usr, "ERROR: Mob not found.")
return
cmd_show_exp_panel(M.client)
else if(href_list["jumpto"])
if(!check_rights(R_ADMIN)) return