See PR comment
This commit is contained in:
Kyep
2016-07-30 19:58:04 -07:00
parent 96d3601bfc
commit 8a4dc07f70
13 changed files with 206 additions and 95 deletions
+8 -4
View File
@@ -127,8 +127,9 @@
var/use_age_restriction_for_jobs = 0 //Do jobs use account age restrictions? --requires database
var/use_age_restriction_for_antags = 0 //Do antags use account age restrictions? --requires database
var/use_exp_tracking = 1
var/use_exp_restrictions = 0
var/use_exp_tracking = 0
var/use_exp_restrictions_heads = 0
var/use_exp_restrictions_other = 0
var/simultaneous_pm_warning_timeout = 100
@@ -245,8 +246,11 @@
if("use_exp_tracking")
config.use_exp_tracking = 1
if("use_exp_restrictions")
config.use_exp_restrictions = 1
if("use_exp_restrictions_heads")
config.use_exp_restrictions_heads = 1
if("use_exp_restrictions_other")
config.use_exp_restrictions_other = 1
if("jobs_have_minimal_access")
config.jobs_have_minimal_access = 1