mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 11:10:58 +02:00
SLEEVE: Fixed inconsistencies in how sleeve work rewards are handled. (#211)
This commit is contained in:
@@ -11,8 +11,8 @@ export class SleeveSupportWork extends Work {
|
||||
Player.bladeburner?.sleeveSupport(true);
|
||||
}
|
||||
|
||||
process(): number {
|
||||
return 0;
|
||||
process() {
|
||||
return;
|
||||
}
|
||||
|
||||
finish(): void {
|
||||
|
||||
Reference in New Issue
Block a user