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

Ensure boss rooms are added to regions for 1 major per dungeon #1683

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

cjohnson57
Copy link
Collaborator

Fixes #1671

When getting the locations for 1 major per dungeon, boss regions were not considered since they are no longer part of each dungeon.regions list as dungeon for the boss regions is set to None. This PR changes it so instead of checking dungeon.regions, it uses the HintArea.at function used elsewhere to detect which dungeon a boss room belongs to.

@cjohnson57 cjohnson57 added Type: Bug Something isn't working Component: Setting specific to setting(s) labels Aug 18, 2022
@cjohnson57 cjohnson57 merged commit b089086 into OoTRandomizer:Dev Aug 18, 2022
@fenhl fenhl added this to the 7.0 milestone Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Setting specific to setting(s) Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

One major item per dungeon allows extra items on boss hearts
2 participants