Merge pull request #11730 from farie82/afk-list

Adds a list AFK players verb for admins
This commit is contained in:
variableundefined
2019-08-12 17:48:33 +08:00
committed by GitHub
5 changed files with 65 additions and 1 deletions
+5
View File
@@ -79,6 +79,8 @@
var/auto_cryo_ssd_mins = 0
var/ssd_warning = 0
var/list_afk_minimum = 5 // How long people have to be AFK before it's listed on the "List AFK players" verb
var/traitor_objectives_amount = 2
var/shadowling_max_age = 0
@@ -322,6 +324,9 @@
if("ssd_warning")
config.ssd_warning = 1
if("list_afk_minimum")
config.list_afk_minimum = text2num(value)
if("ipintel_email")
if(value != "ch@nge.me")
config.ipintel_email = value