API: Allow passing 0 SkillPoints to skillMaxUpgradeCount (#1844)

This commit is contained in:
catloversg
2024-12-12 18:07:31 +07:00
committed by GitHub
parent 7c732689dd
commit 37ddb43b82
3 changed files with 13 additions and 6 deletions

View File

@@ -5419,7 +5419,7 @@ interface BladeburnerFormulas {
*
* @param name - Skill name. It's case-sensitive and must be an exact match.
* @param level - Skill level. It must be a non-negative number.
* @param skillPoints - Number of skill points to upgrade the skill. It must be a positive number.
* @param skillPoints - Number of skill points to upgrade the skill. It must be a non-negative number.
* @returns Number of times that you can upgrade the skill.
*/
skillMaxUpgradeCount(