BLADEBURNER: Change sleeveSize from property to getter (#1746)

This commit is contained in:
catloversg
2024-11-04 14:19:01 +07:00
committed by GitHub
parent 56c797e23f
commit 772762493f
4 changed files with 5 additions and 8 deletions
@@ -12,9 +12,7 @@ export class SleeveSupportWork extends SleeveWorkClass {
Player.bladeburner?.sleeveSupport(true);
}
process() {
return;
}
process(): void {}
finish(): void {
Player.bladeburner?.sleeveSupport(false);