Adds a list SSD players verb for admins

This commit is contained in:
joep van der velden
2019-06-16 11:33:57 +02:00
parent 8026fcbd3c
commit 1c8bdb0d7a
5 changed files with 66 additions and 1 deletions
+5
View File
@@ -74,6 +74,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/prob_free_golems = 75 //chance for free golems spawners to appear roundstart
var/unrestricted_free_golems = FALSE //if true, free golems can appear on all roundtypes
@@ -319,6 +321,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