mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
API: Allow passing 0 SkillPoints to skillMaxUpgradeCount (#1844)
This commit is contained in:
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user