From 9a7713d0a236dff0d5b076157efb0b9111465e50 Mon Sep 17 00:00:00 2001 From: lahm86 <33758420+lahm86@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:27:58 +0100 Subject: [PATCH] Disable walk to items --- TRRandomizerCore/Randomizers/TR1/Classic/TR1SecretRandomizer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TRRandomizerCore/Randomizers/TR1/Classic/TR1SecretRandomizer.cs b/TRRandomizerCore/Randomizers/TR1/Classic/TR1SecretRandomizer.cs index 101dee0f..c0066c7d 100644 --- a/TRRandomizerCore/Randomizers/TR1/Classic/TR1SecretRandomizer.cs +++ b/TRRandomizerCore/Randomizers/TR1/Classic/TR1SecretRandomizer.cs @@ -116,6 +116,7 @@ public override void Randomize(int seed) script.FixDescendingGlitch = false; script.FixQwopGlitch = false; script.FixWallJumpGlitch = false; + script.WalkToItems = false; } ScriptEditor.SaveScript();