mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
move back to original spot
This commit is contained in:
parent
7338bb6766
commit
ee45f91960
@ -23,6 +23,11 @@ import {
|
|||||||
} from "./AugmentationCreator";
|
} from "./AugmentationCreator";
|
||||||
import { BitNodeMultipliers } from "../BitNode/BitNodeMultipliers";
|
import { BitNodeMultipliers } from "../BitNode/BitNodeMultipliers";
|
||||||
|
|
||||||
|
export function AddToAugmentations(aug: Augmentation): void {
|
||||||
|
const name = aug.name;
|
||||||
|
Augmentations[name] = aug;
|
||||||
|
}
|
||||||
|
|
||||||
export function getNextNeuroFluxLevel(): number {
|
export function getNextNeuroFluxLevel(): number {
|
||||||
// Get current Neuroflux level based on Player's augmentations
|
// Get current Neuroflux level based on Player's augmentations
|
||||||
let currLevel = 0;
|
let currLevel = 0;
|
||||||
@ -41,11 +46,6 @@ export function getNextNeuroFluxLevel(): number {
|
|||||||
return currLevel + 1;
|
return currLevel + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function AddToAugmentations(aug: Augmentation): void {
|
|
||||||
const name = aug.name;
|
|
||||||
Augmentations[name] = aug;
|
|
||||||
}
|
|
||||||
|
|
||||||
function createAugmentations(): void {
|
function createAugmentations(): void {
|
||||||
[
|
[
|
||||||
initNeuroFluxGovernor(),
|
initNeuroFluxGovernor(),
|
||||||
|
Loading…
Reference in New Issue
Block a user