BUGFIX: Wrong success chance in ns.bladeburner.getActionEstimatedSuccessChance (#1450)

This commit is contained in:
catloversg
2024-07-03 05:07:56 +07:00
committed by GitHub
parent 922f0bfcc5
commit 960fe5aa8b
5 changed files with 18 additions and 14 deletions

View File

@@ -3145,10 +3145,10 @@ export interface Bladeburner {
*
* @param type - Type of action.
* @param name - Name of action. Must be an exact match.
* @param sleeve - Optional. Sleeve number to check for success.
* @param sleeveNumber - Optional. Index of the sleeve to retrieve information.
* @returns Estimated success chance for the specified action.
*/
getActionEstimatedSuccessChance(type: string, name: string, sleeve?: number): [number, number];
getActionEstimatedSuccessChance(type: string, name: string, sleeveNumber?: number): [number, number];
/**
* Get the reputation gain of an action.