mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-12 18:40:07 +02:00
NETSCRIPT: Added cyclesWorked to certain sleeve.getTask returns, and added bladeburner.getActionSuccesses (#324)
This commit is contained in:
@@ -67,6 +67,7 @@ export class SleeveBladeburnerWork extends Work {
|
||||
type: WorkType.BLADEBURNER as "BLADEBURNER",
|
||||
actionType: this.actionType,
|
||||
actionName: this.actionName,
|
||||
cyclesWorked: this.cyclesWorked,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -51,6 +51,7 @@ export class SleeveCrimeWork extends Work {
|
||||
return {
|
||||
type: WorkType.CRIME as "CRIME",
|
||||
crimeType: this.crimeType,
|
||||
cyclesWorked: this.cyclesWorked,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ export class SleeveInfiltrateWork extends Work {
|
||||
APICopy() {
|
||||
return {
|
||||
type: WorkType.INFILTRATE as "INFILTRATE",
|
||||
cyclesWorked: this.cyclesWorked,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user