Began attempting to implement a multi-upgrade function for bb

This commit is contained in:
Undeemiss
2022-05-28 14:12:07 -05:00
parent 6f017bf4f6
commit 709fc3ab63
3 changed files with 9 additions and 5 deletions

View File

@@ -3101,7 +3101,7 @@ export interface Bladeburner {
* @param skillName - Name of skill to be upgraded. Case-sensitive and must be an exact match
* @returns true if the skill is successfully upgraded, and false otherwise.
*/
upgradeSkill(name: string): boolean;
upgradeSkill(name: string, count: number): number;
/**
* Get team size.