mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
BUGFIX: Wrong success chance in ns.bladeburner.getActionEstimatedSuccessChance (#1450)
This commit is contained in:
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user