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 the MAD wiki calculator and the synth MAD penalty #1121

Merged
merged 1 commit into from
Oct 12, 2024

Conversation

Cosmic-Cabbage
Copy link
Contributor

Fixed 2 bugs, in the first when getResetConstants is called by the wiki, inputs.synth is an object, making if (inputs.synth) always true, this means that the mad calculator is always using the synth constants.
The second is that in calcPrestige inputs.synth is always undefined when called by the game so the synth penalty is never applied when triggering a mad
Fixes #1120

@Cosmic-Cabbage Cosmic-Cabbage changed the base branch from master to 1.3.13 August 7, 2024 21:35
@Cosmic-Cabbage Cosmic-Cabbage changed the base branch from 1.3.13 to 1.3.15 September 4, 2024 10:43
@pmotschmann pmotschmann changed the base branch from 1.3.15 to master September 20, 2024 01:35
@pmotschmann pmotschmann changed the base branch from master to 1.3.17 October 12, 2024 14:36
@pmotschmann pmotschmann merged commit 81b97d3 into pmotschmann:1.3.17 Oct 12, 2024
@Cosmic-Cabbage Cosmic-Cabbage deleted the synthfix branch November 28, 2024 13:46
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.

Wiki MAD calculator not matching Plasmid gains from
2 participants