diff --git a/config/game_options.txt b/config/game_options.txt
index 24cdfa86d52dc..a606519765421 100644
--- a/config/game_options.txt
+++ b/config/game_options.txt
@@ -33,8 +33,8 @@ COMMENDATION_PERCENT_POLL 0.05
 ## 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 2.5
-WALK_DELAY 5
+RUN_DELAY 2.2
+WALK_DELAY 4
 
 ## The variables below affect the movement of specific mob types. THIS AFFECTS ALL SUBTYPES OF THE TYPE YOU CHOOSE!
 ## Entries completely override all subtypes. Later entries have precedence over earlier entries.
diff --git a/modular_bandastation/modular_bandastation.dme b/modular_bandastation/modular_bandastation.dme
index 5434be7d45a17..a91aef7ab75a0 100644
--- a/modular_bandastation/modular_bandastation.dme
+++ b/modular_bandastation/modular_bandastation.dme
@@ -9,7 +9,7 @@
 #include "ai_laws/_ai_laws.dme"
 #include "barsigns/_barsigns.dme"
 #include "communication/_communication.dme"
-#include "crawl_speed/_crawl_speed.dme"
+//#include "crawl_speed/_crawl_speed.dme" // Fixing floored melee brawl, or first steps to remove RP speed
 #include "cyrillic_fixes/_cyrillic_fixes.dme"
 #include "discord/_discord.dme"
 //#include "emote_panel/_emote_panel.dme" // Waiting for upstream merge