mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 19:14:32 +02:00
allbuild commit 07c7f064
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user