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

Clear dungeon fix #90

Merged
merged 3 commits into from
Mar 23, 2022
Merged

Clear dungeon fix #90

merged 3 commits into from
Mar 23, 2022

Conversation

Vivelin
Copy link
Member

@Vivelin Vivelin commented Mar 20, 2022

Reworked clear dungeon to always clear all locations and remaining treasure. Tracker will also mention if any locations might need to be double-checked because they were out of logic (but still clears them).

Resolves #89

@Vivelin Vivelin added this to the v4.2 milestone Mar 20, 2022
@Vivelin Vivelin requested a review from MattEqualsCoder March 20, 2022 11:08
Say(x => x.DungeonAlreadyCleared, dungeon.Name);
}

OnDungeonUpdated(new(confidence));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor, but is there a reason to do this and the below if it doesn't actually do anything?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I was lazy but you're right, I should fix this.

@Vivelin Vivelin merged commit fdc123a into main Mar 23, 2022
@Vivelin Vivelin deleted the fix/clear-dungeon branch March 23, 2022 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clearing a dungeon doesn't work properly
2 participants