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

[MoM] Awakening > u_awakening in game start #72691

Merged

Conversation

Standing-Storm
Copy link
Contributor

@Standing-Storm Standing-Storm commented Mar 29, 2024

Summary

Bugfixes "[MoM] Awakening > u_awakening"

Purpose of change

A while ago, I converted the global awakening count variable to a u_variable to support followers becoming psions, but I apparently missed doing that on the game_start for players who start as psions, incrementing a global variable that is no longer used in any calculations.

Describe the solution

Change the game-start variable to a u_variable too, so it's properly accounted for.

Describe alternatives you've considered

Testing

Loaded game with multiple paths chosen, printed variables, u_variable was properly reflected.

Awakened pyrokinesis, printed variables, u_variable properly incremented by one.

Additional context

This has meant that it's been artificially easier to awaken to multiple paths than intended if you start as a psion. Oops.

@github-actions github-actions bot added [JSON] Changes (can be) made in JSON Mods Issues related to mods or modding EOC: Effects On Condition Anything concerning Effects On Condition Mods: Mind Over Matter <Bugfix> This is a fix for a bug (or closes open issue) astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions labels Mar 29, 2024
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Mar 29, 2024
@Maleclypse Maleclypse merged commit 951fac0 into CleverRaven:master Mar 30, 2024
20 of 24 checks passed
@Standing-Storm Standing-Storm deleted the awakening-->-u_awakening branch April 2, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) EOC: Effects On Condition Anything concerning Effects On Condition [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions Mods: Mind Over Matter Mods Issues related to mods or modding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants