-
Notifications
You must be signed in to change notification settings - Fork 706
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
AHIT: Fix act shuffle test fail #3522
Conversation
# Conflicts: # worlds/ahit/Regions.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'm just unsure why tests would fail with this placement. My understanding from the wiki is that Balcony is accessible from any act in Arctic Cruise, and requires Rock the Boat to be completed. So Rock the Boat must be accessible, and therefore Balcony and therefore Alpine Free Roam would be accessible anyway? I have not play the rando, so I must be missing something.
Are the additional indirect conditions supposed to fix the bug here? If so, you can remove the change in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't love the pattern of excluding it because it was causing test failures but it works so *shrug*
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand any of it, but it follows the same pattern as others and fixes the issue, so I assume it's fine.
What is this fixing or adding?
Fixes an act shuffle test failure caused by Alpine Free Roam being placed on Time Rift - Balcony
How was this tested?
Running the act shuffle test a few times
If this makes graphical changes, please attach screenshots.