mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 04:35:46 +01:00
Lower limit to MAX_SAFE_INTEGER
This commit is contained in:
parent
55df97d3d5
commit
10a1c2f00d
@ -124,7 +124,7 @@ export const CONSTANTS: {
|
|||||||
// NeuroFlux Governor Augmentation cost multiplier
|
// NeuroFlux Governor Augmentation cost multiplier
|
||||||
NeuroFluxGovernorLevelMult: 1.14,
|
NeuroFluxGovernorLevelMult: 1.14,
|
||||||
|
|
||||||
NumNetscriptPorts: Infinity,
|
NumNetscriptPorts: Number.MAX_SAFE_INTEGER,
|
||||||
|
|
||||||
// Server-related constants
|
// Server-related constants
|
||||||
HomeComputerMaxRam: 1073741824, // 2 ^ 30
|
HomeComputerMaxRam: 1073741824, // 2 ^ 30
|
||||||
|
Loading…
Reference in New Issue
Block a user