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

[Fix] Merchant Check Fixes #3067

Merged

Conversation

Malkierian
Copy link
Contributor

@Malkierian Malkierian commented Jul 4, 2023

Change Granny's Shop collection type to RandomizerInf with proper scene and inf IDs so the tracker tracks it properly.

Also moved pending sale resolution to fix resolution for merchants selling rupees. Instead of like scrubs and shops, where the item is given and rupee values added before the price was deducted, merchants deduct the price before adding the value, and so the previous check for rupeeAccumulator being 0 wouldn't be hit in runtime because the accumulator would then immediately be positive because of the rupee being given. That check is now outside of the accumulator processing paired with a pendingSale check so that it's always run no matter what's given or when.

Build Artifacts

…ne and inf IDs so the tracker tracks it properly.
@Malkierian Malkierian changed the title [ [Fix] Granny's Shop item in Tracker Jul 4, 2023
@Malkierian Malkierian changed the title [Fix] Granny's Shop item in Tracker [Fix] Merchant Check Fixes Jul 4, 2023
@leggettc18 leggettc18 merged commit 93ab9f0 into HarbourMasters:develop-sulu Jul 13, 2023
8 checks passed
@Malkierian Malkierian deleted the granny-shop-tracker branch July 14, 2023 00:24
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.

None yet

2 participants