mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 17:23:00 +02:00
Sleeve work type changes (#412)
This commit is contained in:
@@ -6,8 +6,9 @@ export const isSleeveSupportWork = (w: Work | null): w is SleeveSupportWork =>
|
||||
w !== null && w.type === WorkType.SUPPORT;
|
||||
|
||||
export class SleeveSupportWork extends Work {
|
||||
type: WorkType.SUPPORT = WorkType.SUPPORT;
|
||||
constructor() {
|
||||
super(WorkType.SUPPORT);
|
||||
super();
|
||||
Player.bladeburner?.sleeveSupport(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user