-
Notifications
You must be signed in to change notification settings - Fork 835
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
sc2: Fixing mission levels not counting towards the level 35 threshold #3109
Merged
Berserker66
merged 1 commit into
ArchipelagoMW:main
from
MatthewMarinets:mm/fix_kerrigan_mission_levels_not_counting_towards_primal
Apr 13, 2024
Merged
sc2: Fixing mission levels not counting towards the level 35 threshold #3109
Berserker66
merged 1 commit into
ArchipelagoMW:main
from
MatthewMarinets:mm/fix_kerrigan_mission_levels_not_counting_towards_primal
Apr 13, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…d to unlock primal kerrigan
17 tasks
Ziktofel
approved these changes
Apr 7, 2024
Salzkorn
approved these changes
Apr 7, 2024
Bicoloursnake
approved these changes
Apr 8, 2024
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.
Oh, that wasn't intentional? Oops. I should've reported this a couple months ago.
Code changes look good to do what they intend to do.
Berserker66
approved these changes
Apr 13, 2024
EmilyV99
pushed a commit
to EmilyV99/Archipelago
that referenced
this pull request
Apr 15, 2024
…d to unlock primal kerrigan (ArchipelagoMW#3109)
EmilyV99
pushed a commit
to EmilyV99/Archipelago
that referenced
this pull request
Apr 15, 2024
…d to unlock primal kerrigan (ArchipelagoMW#3109)
qwint
pushed a commit
to qwint/Archipelago
that referenced
this pull request
Jun 24, 2024
…d to unlock primal kerrigan (ArchipelagoMW#3109)
AustinSumigray
pushed a commit
to AustinSumigray/Archipelago
that referenced
this pull request
Jan 4, 2025
…d to unlock primal kerrigan (ArchipelagoMW#3109)
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.
waiting-on: core-review
Issue/PR has been peer-reviewed and is ready to be merged or needs input from a core maintainer.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixing mission levels not counting towards the level 35 threshold to unlock primal Kerrigan.
What is this fixing or adding?
Reported by JarJarThinks in the Discord 2024-04-06:
When KerriganPrimalStatus is set to level_35, Kerrigan is supposed to become Primal if her level is 35 or higher. However, the client-side check on her level was calculating based on items, which didn't account for levels that could come from completing missions.
How was this tested?
I developed this on a branch that let me change the levels per check option dynamically, and have it apply on next mission startup. I completed one mission, set levels per check to 34, and opened a map to ensure Kerrigan was in her Ghost form. Then I exited, updated the option to 35, opened the mission again, and saw Kerrigan was now primal.
If this makes graphical changes, please attach screenshots.