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 mime broken vow alert #33300

Closed
wants to merge 2 commits into from

Conversation

CheddaCheez
Copy link
Contributor

About the PR

Fixes mimes being unable to break their vow after the first time.
Currently, upon retaking their vow, the mime gets their power back, but the alert still shows the vow as broken.
Clicking it after that point gives the "you aren't ready to repent" pop-up and stays that way forever.

Why / Balance

Literally broken alert needs fixing.

Technical details

This swaps two pieces in MimePowersSystem.cs in the section involving retaking the vow.
What is showing in-game at that point is VowBrokenAlert, but the code clears VowAlert instead.
Switch their places and it works as intended.

Requirements

  • I have tested all added content and changes.
  • I have added media to this PR or it does not require an ingame showcase.

Breaking changes

Changelog
🆑

  • fix: Fixed mimes being unable to break their vow more than once. Despicable!

@beck-thompson
Copy link
Contributor

Test fail appears to be a lie

swap VowBrokenAlert and VowAlert in the section about retaking the vow so that the proper alerts are cleared and shown
swap VowBrokenAlert and VowAlert in the section about retaking the vow so that the proper alerts are cleared and shown
@github-actions github-actions bot added the Changes: No C# Changes: Requires no C# knowledge to review or fix this item. label Nov 14, 2024
@CheddaCheez
Copy link
Contributor Author

I fudged something trying to amend a commit message and I'm not enough of a wizard to fix it so I'll reopen. Lessons learned!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: No C# Changes: Requires no C# knowledge to review or fix this item.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants