SLEEVE: Fixed inconsistencies in how sleeve work rewards are handled. (#211)

This commit is contained in:
Snarling
2022-11-10 21:56:46 -05:00
committed by GitHub
parent 426ad5f296
commit c669e473d1
14 changed files with 58 additions and 73 deletions
@@ -11,8 +11,8 @@ export class SleeveSupportWork extends Work {
Player.bladeburner?.sleeveSupport(true);
}
process(): number {
return 0;
process() {
return;
}
finish(): void {