mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
SLEEVES: add nextCompletion to SleeveInfiltrationWork (#1177)
* add nextCompletion to InfilWork and make nextCompletion in BladeburnerWork uniform with other promisePairs
This commit is contained in:
7
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
7
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -1034,7 +1034,12 @@ type SleeveFactionTask = {
|
||||
};
|
||||
|
||||
/** @public */
|
||||
type SleeveInfiltrateTask = { type: "INFILTRATE"; cyclesWorked: number; cyclesNeeded: number };
|
||||
type SleeveInfiltrateTask = {
|
||||
type: "INFILTRATE";
|
||||
cyclesWorked: number;
|
||||
cyclesNeeded: number;
|
||||
nextCompletion: Promise<void>;
|
||||
};
|
||||
|
||||
/** @public */
|
||||
type SleeveRecoveryTask = { type: "RECOVERY" };
|
||||
|
||||
Reference in New Issue
Block a user