From 7f9725c2ae1d67d23a822b39f835e5c8c1a11353 Mon Sep 17 00:00:00 2001 From: Shadowlight213 Date: Sun, 7 Jan 2018 16:44:33 -0800 Subject: [PATCH] Updates the exp config default override hours and clarifies it a bit. (#34132) --- config/config.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.txt b/config/config.txt index e43b38b568..b934ddab41 100644 --- a/config/config.txt +++ b/config/config.txt @@ -51,7 +51,8 @@ BAN_LEGACY_SYSTEM ## Unhash this to enable playtime requirements for head jobs. #USE_EXP_RESTRICTIONS_HEADS ## Unhash this to override head jobs' playtime requirements with this number of hours. -#USE_EXP_RESTRICTIONS_HEADS_HOURS 15 +## Leave this commented out to use the values defined in the job datums. Values in the datums are stored as minutes. +#USE_EXP_RESTRICTIONS_HEADS_HOURS 3 ## Unhash this to change head jobs' playtime requirements so that they're based on department playtime, rather than crew playtime. #USE_EXP_RESTRICTIONS_HEADS_DEPARTMENT ## Unhash this to enable playtime requirements for certain non-head jobs, like Engineer and Scientist.