mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-01 05:17:04 +02:00
2.2.2 Release (#378)
This commit is contained in:
@@ -21,7 +21,7 @@ import { Company } from "../Company/Company";
|
||||
import { CompanyPosition } from "../Company/CompanyPosition";
|
||||
import { checkEnum } from "../utils/helpers/enum";
|
||||
|
||||
const gameCPS = 1000 / CONSTANTS._idleSpeed; // 5 cycles per second
|
||||
const gameCPS = 1000 / CONSTANTS.MilliPerCycle; // 5 cycles per second
|
||||
export const FactionWorkStats: Record<FactionWorkType, WorkStats> = {
|
||||
[FactionWorkType.hacking]: newWorkStats({ hackExp: 2 }),
|
||||
[FactionWorkType.field]: newWorkStats({
|
||||
|
||||
Reference in New Issue
Block a user