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();