From 9c2489f74262ee372c0bd3ada05650777ebcf3df Mon Sep 17 00:00:00 2001 From: Koshenko <53068134+Koshenko@users.noreply.github.com> Date: Tue, 5 May 2020 23:59:59 -0700 Subject: [PATCH] Re-add daynight and change speed in config file. --- config/game_options.txt | 2 +- tgstation.dme | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/game_options.txt b/config/game_options.txt index 52f6f43e083e1..7e0459b49d6a3 100644 --- a/config/game_options.txt +++ b/config/game_options.txt @@ -32,7 +32,7 @@ EMOJIS ## To speed things up make the number negative, to slow things down, make the number positive. ## These modify the run/walk speed of all mobs before the mob-specific modifiers are applied. -RUN_DELAY 1 +RUN_DELAY 2.5 WALK_DELAY 4 ## The variables below affect the movement of specific mob types. THIS AFFECTS ALL SUBTYPES OF THE TYPE YOU CHOOSE! diff --git a/tgstation.dme b/tgstation.dme index dd908684ad963..5e107c5139a19 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -3151,6 +3151,7 @@ #include "fallout\turfs\minerals.dm" #include "fallout\turfs\plating.dm" #include "fallout\turfs\walls.dm" +#include "code\controllers\subsystem\daynight.dm" #include "interface\interface.dm" #include "interface\menu.dm" #include "interface\stylesheet.dm"