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(plugins/achievements): fix progress of rank A #1430

Merged
merged 3 commits into from
Aug 25, 2023

Conversation

TonyCrane
Copy link
Contributor

Changes

Just fix a little typo bug in plugins/achievements/index.mjs.

Motivation

The progress of rank A achievements won't show as expected. Because the range is set to m - a (max - rankA) not s - a (rankS - rankA). Just change m to s can fix this.

Example

Before (next level need 1000, but here already has 822):
image

After:
image

@github-actions
Copy link
Contributor

This pull request seems to be inactive and will be automatically closed in a few days if it remains without any activity.

@github-actions github-actions bot closed this May 22, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jun 5, 2023
Repository owner unlocked this conversation Jul 25, 2023
@lowlighter lowlighter reopened this Jul 25, 2023
@github-actions
Copy link
Contributor

This pull request seems to be inactive and will be automatically closed in a few days if it remains without any activity.

@lowlighter lowlighter merged commit 693ba35 into lowlighter:master Aug 25, 2023
12 of 14 checks passed
@lowlighter
Copy link
Owner

Sorry I think I forgot to click on the merge button last time 😅

Thanks a lot for this fix !

@github-actions github-actions bot locked and limited conversation to collaborators Feb 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants