From d3515a93c1711341037398ea288d616f119a6e6e Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sun, 4 Mar 2018 05:27:04 -0600 Subject: [PATCH] [MIRROR] Disables night shifts and random shift times in the config (#5784) * Disables night shifts and random shift times in the config Both of these are rather disruptive when you are debugging/testing. The Config *file* should default to debugging best defaults, and the config *code* should default to production best defaults. One day we will make a seperate production default config file * Disables night shifts and random shift times in the config --- config/game_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/game_options.txt b/config/game_options.txt index caddd7a29b..d056fb7569 100644 --- a/config/game_options.txt +++ b/config/game_options.txt @@ -530,10 +530,10 @@ ALLOW_MISCREANTS ROUNDSTART_TRAITS ## Enable night shifts ## -ENABLE_NIGHT_SHIFTS +#ENABLE_NIGHT_SHIFTS ## Enable randomized shift start times## -RANDOMIZE_SHIFT_TIME +#RANDOMIZE_SHIFT_TIME ## Sets shift time to server time at roundstart. Overridden by RANDOMIZE_SHIFT_TIME ## #SHIFT_TIME_REALTIME