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

sc2: Fixing mission levels not counting towards the level 35 threshold #3109

Conversation

MatthewMarinets
Copy link
Contributor

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:

Hmm does the lvl 35 Kerrigan Primal status only consider items and not Level from mission completions?

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.

image
image

@github-actions github-actions bot added the waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. label Apr 7, 2024
@Ziktofel Ziktofel added the is: bug/fix Issues that are reporting bugs or pull requests that are fixing bugs. label Apr 7, 2024
@Ziktofel Ziktofel added waiting-on: core-review Issue/PR has been peer-reviewed and is ready to be merged or needs input from a core maintainer. and removed waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. labels Apr 7, 2024
Copy link
Contributor

@Bicoloursnake Bicoloursnake left a 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 Berserker66 merged commit 56ec0e9 into ArchipelagoMW:main Apr 13, 2024
15 checks passed
EmilyV99 pushed a commit to EmilyV99/Archipelago that referenced this pull request Apr 15, 2024
EmilyV99 pushed a commit to EmilyV99/Archipelago that referenced this pull request Apr 15, 2024
@MatthewMarinets MatthewMarinets deleted the mm/fix_kerrigan_mission_levels_not_counting_towards_primal branch May 18, 2024 06:29
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants