Makes Flavor Text properly required for joining

This commit is contained in:
Heroman
2019-05-02 14:40:13 +10:00
parent 44be2d7c35
commit ff9e4f2e4a
6 changed files with 14 additions and 4 deletions

View File

@@ -9,6 +9,7 @@
var/limit_interns = -1 //Unlimited by default
var/limit_visitors = -1 //Unlimited by default
var/pto_cap = 100 //Hours
var/require_flavor = FALSE
/hook/startup/proc/read_vs_config()
var/list/Lines = file2list("config/config.txt")
@@ -55,5 +56,6 @@
config.time_off = TRUE
if ("pto_job_change")
config.pto_job_change = TRUE
if ("require_flavor")
config.require_flavor = TRUE
return 1