Update 8 - The Great Delete Of Useful Stuff

This commit is contained in:
Kyep
2016-08-21 23:35:13 -07:00
parent e64215ddb1
commit 5d0c5d3dfd
12 changed files with 10 additions and 100 deletions
+3 -15
View File
@@ -128,10 +128,7 @@
var/use_age_restriction_for_antags = 0 //Do antags use account age restrictions? --requires database
var/use_exp_tracking = 0
var/use_exp_restrictions_heads = 0
var/use_exp_restrictions_heads_hours = 0
var/use_exp_restrictions_heads_department = 0
var/use_exp_restrictions_other = 0
var/use_exp_restrictions = 0
var/use_exp_restrictions_admin_bypass = 0
var/simultaneous_pm_warning_timeout = 100
@@ -249,17 +246,8 @@
if("use_exp_tracking")
config.use_exp_tracking = 1
if("use_exp_restrictions_heads")
config.use_exp_restrictions_heads = 1
if("use_exp_restrictions_heads_hours")
config.use_exp_restrictions_heads_hours = text2num(value)
if("use_exp_restrictions_heads_department")
config.use_exp_restrictions_heads_department = 1
if("use_exp_restrictions_other")
config.use_exp_restrictions_other = 1
if("use_exp_restrictions")
config.use_exp_restrictions = 1
if("use_exp_restrictions_admin_bypass")
config.use_exp_restrictions_admin_bypass = 1