We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eff290 commit 71b7348Copy full SHA for 71b7348
2 files changed
CHANGELOG.md
@@ -25,6 +25,7 @@
25
- fixed Lara potentially starting beyond initial enemy triggers in The Great Wall if the first area is flooded
26
- fixed flame sprites in some TR2 levels not being targeted for texture randomization (#844)
27
- fixed Lara's meshes in TR1X unintentionally being overwritten with Midas death meshes in certain scenarios (#847)
28
+- fixed an uncollectible secret in Natla's Mines (#849)
29
30
## [V1.10.2](https://github.com/LostArtefacts/TR-Rando/compare/V1.10.1...V1.10.2) - 2024-12-06
31
- added support for TR1X 4.6 (#796)
TRRandomizerCore/Resources/TR1/Locations/locations.json
@@ -4418,7 +4418,7 @@
4418
"X": 48147,
4419
"Y": -11008,
4420
"Z": 89067,
4421
- "Room": 68
+ "Room": 69
4422
},
4423
{
4424
"X": 50721,
0 commit comments