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 Taming skill max level #2213

Closed
wants to merge 5 commits into from
Closed

Fix Taming skill max level #2213

wants to merge 5 commits into from

Conversation

Peng1104
Copy link

Fix one of the bugs described in #2212

src/stats/skills.js Show resolved Hide resolved
skill: "taming",
cap: Math.max(hypixelProfile.achievements.skyblock_domesticator, 50),
}),
taming: getLevelByXp(SKILL.SKILL_TAMING, {skill: "taming", cap: levelCaps.taming }),
Copy link
Author

Choose a reason for hiding this comment

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

that's gonna just remove cap completely?

No just moved the cap for the "levelCaps" for consistency, same way farming / carpentry is done (Line 79)

Copy link
Member

@DuckySoLucky DuckySoLucky left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Member

@Shiiyu Shiiyu left a comment

Choose a reason for hiding this comment

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

Prettier has failed on src/stats/skills.js

@Peng1104 Peng1104 closed this by deleting the head repository Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants