Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add invalid location to Floating Islands #600

Merged
merged 2 commits into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## [Unreleased](https://github.com/LostArtefacts/TR-Rando/compare/V1.8.2...master) - xxxx-xx-xx
- fixed incorrect items sometimes being allocated as secret rewards in Thames Wharf (#597)
- fixed an inaccessible secret in Offshore Rig when the main area is drained (#597)
- fixed a key item softlock in Floating Islands (#599)

## [V1.8.2](https://github.com/LostArtefacts/TR-Rando/compare/V1.8.1...V1.8.2) - 2024-01-14
- fixed some pickups appearing in unreachable locations in TR2 (#591)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5458,6 +5458,12 @@
"Y": -7424,
"Z": 64000,
"Room": 40
},
{
"X": 22016,
"Y": -7424,
"Z": 64000,
"Room": 40
}
],
"XIAN.TR2": [
Expand Down
Loading