mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 07:07:50 +02:00
BLADEBURNER: Change sleeveSize from property to getter (#1746)
This commit is contained in:
@@ -12,9 +12,7 @@ export class SleeveSupportWork extends SleeveWorkClass {
|
||||
Player.bladeburner?.sleeveSupport(true);
|
||||
}
|
||||
|
||||
process() {
|
||||
return;
|
||||
}
|
||||
process(): void {}
|
||||
|
||||
finish(): void {
|
||||
Player.bladeburner?.sleeveSupport(false);
|
||||
|
||||
Reference in New Issue
Block a user