From a7eff32528fa73e361f5fb08829c1ac14a66c355 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Mon, 29 Oct 2018 21:47:08 -0700 Subject: Slow down elevator a little bit :/ --- Source/Randomizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source') diff --git a/Source/Randomizer.cpp b/Source/Randomizer.cpp index d3487cd..c3c084c 100644 --- a/Source/Randomizer.cpp +++ b/Source/Randomizer.cpp @@ -61,7 +61,7 @@ void Randomizer::AdjustSpeed() { // Swamp Sliding Bridge _core.WritePanelData(0x0061A, OPEN_RATE, {0.1f}); // 4x // Mountain 2 Elevator - _core.WritePanelData(0x09EEC, OPEN_RATE, {0.1f}); // 4x + _core.WritePanelData(0x09EEC, OPEN_RATE, {0.075f}); // 3x } void Randomizer::RandomizeTutorial() { -- cgit 1.4.1