mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 05:33:54 +01:00
allbuild commit 07c7f064
This commit is contained in:
parent
07c7f0641a
commit
8e859d84b7
2
dist/main.bundle.js
vendored
2
dist/main.bundle.js
vendored
File diff suppressed because one or more lines are too long
2
dist/main.bundle.js.map
vendored
2
dist/main.bundle.js.map
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@ import { Sleeve } from "../Sleeve";
|
||||
import { Work, WorkType } from "./Work";
|
||||
import { CONSTANTS } from "../../../Constants";
|
||||
|
||||
const infiltrateCycles = 600000 / CONSTANTS._idleSpeed;
|
||||
const infiltrateCycles = 60000 / CONSTANTS._idleSpeed;
|
||||
|
||||
export const isSleeveInfiltrateWork = (w: Work | null): w is SleeveInfiltrateWork =>
|
||||
w !== null && w.type === WorkType.INFILTRATE;
|
||||
|
Loading…
Reference in New Issue
Block a user