Skip to content

Commit

Permalink
Restore TR1R extra pickups option (#755)
Browse files Browse the repository at this point in the history
Resolves #754.
  • Loading branch information
lahm86 authored Aug 17, 2024
1 parent 0faf7d2 commit 604b768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- fixed a crash in Palace Midas when randomizing enemies natively (#746)
- fixed being unable to shoot the scion in Atlantis if using the skip, without backtracking for its trigger when the T-rex or Adam is present (#746)
- fixed an awkwardly positioned egg in Sanctuary of the Scion that could prevent being able to reach a switch (#748)
- fixed the missing UI option to control adding extra pickups in TR1R (#754)
- improved data integrity checks when opening a folder and prior to randomization (#719)
- removed birds from the list of enemies that can drop items in TR2 and TR3 (#752)

Expand Down
1 change: 1 addition & 0 deletions TRRandomizerCore/TRVersionSupport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ internal class TRVersionSupport
TRRandomizerType.AtlanteanEggBehaviour,
TRRandomizerType.Audio,
TRRandomizerType.Enemy,
TRRandomizerType.ExtraPickups,
TRRandomizerType.GlitchedSecrets,
TRRandomizerType.HardSecrets,
TRRandomizerType.HiddenEnemies,
Expand Down

0 comments on commit 604b768

Please sign in to comment.