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

Raft: Fix collecting progressive filler items #2109

Merged

Conversation

SunnyBat
Copy link
Collaborator

What is this fixing or adding?

According to #2062, filler items should not be collected (IIRC due to performance reasons). Raft was collecting progressive non-progression (...yea) items, which is unnecessary since they don't contribute to progression. This makes Raft's collect_item return None with non-progression progressive items.

How was this tested?

Ran the unit test in #2062 for Raft only.

@Berserker66 Berserker66 merged commit 6d61eae into ArchipelagoMW:main Sep 15, 2023
@ThePhar ThePhar added the is: bug/fix Issues that are reporting bugs or pull requests that are fixing bugs. label Oct 16, 2023
FlySniper pushed a commit to FlySniper/Archipelago that referenced this pull request Nov 14, 2023
Jouramie pushed a commit to Jouramie/Archipelago that referenced this pull request Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is: bug/fix Issues that are reporting bugs or pull requests that are fixing bugs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants