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

Improvement + Fix: Personal Bests Gain #2996

Open
wants to merge 10 commits into
base: beta
Choose a base branch
from
Open

Conversation

Chissl
Copy link
Contributor

@Chissl Chissl commented Nov 27, 2024

Dependencies

What

Fixes incorrect personal best gain calculations if new personal best is over the max pb, adds option to show overflow personal bests.

Changelog Improvements

  • Added overflow personal bests. - Chissl

Changelog Fixes

  • Fixed incorrect personal best gain calculations. - Chissl

@github-actions github-actions bot added the Bug Fix Bug fixes label Nov 27, 2024
desc = "Show in chat how much more FF you would have gotten over your previous record if personal best fortune cap was not 100"
)
@ConfigEditorBoolean
@FeatureToggle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I wouldnt consider this here a standalone feature this config option doesnt need a feature toggle annotation

Comment on lines -214 to -221
@Expose
@ConfigOption(
name = "Personal Best Increase FF",
desc = "Show in chat how much more FF you get from farming contest personal best bonus after beating the previous record."
)
@ConfigEditorBoolean
@FeatureToggle
public boolean contestPersonalBestIncreaseFF = true;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because you are moving this option, you need to add a config fix so that if people turned it off before it wont turn back on, search the codebase for examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Fix Bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants