diff --git a/src/Augmentations.js b/src/Augmentations.js index a1f5c22ce..ce25d8566 100644 --- a/src/Augmentations.js +++ b/src/Augmentations.js @@ -1,8 +1,7 @@ import {BitNodeMultipliers} from "./BitNodeMultipliers"; import {CONSTANTS} from "./Constants"; import {Engine} from "./engine"; -import {Factions, getNextNeurofluxLevel, - factionExists} from "./Faction"; +import {Factions, factionExists} from "./Faction"; import {hasBladeburnerSF} from "./NetscriptFunctions"; import {addWorkerScript} from "./NetscriptWorker"; import {Player} from "./Player"; diff --git a/src/Faction.js b/src/Faction.js index 88a4d2dbb..770526374 100644 --- a/src/Faction.js +++ b/src/Faction.js @@ -742,9 +742,6 @@ function getNextNeurofluxLevel() { } } - // Player doesn't have Neuroflux yet, so next level is 1 - if (currLevel === 0) { return 1; } - // Account for purchased but uninstalled Augmentations for (var i = 0; i < Player.queuedAugmentations.length; ++i) { if (Player.queuedAugmentations[i].name == AugmentationNames.NeuroFluxGovernor) {