mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-22 06:02:26 +01:00
hotfix augmentation displaying null
This commit is contained in:
parent
2248c083c8
commit
2c7a4f4ce6
2
dist/engine.bundle.js
vendored
2
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -2176,7 +2176,7 @@ function installAugmentations() {
|
|||||||
if(ownedAug.name === AugmentationNames.NeuroFluxGovernor
|
if(ownedAug.name === AugmentationNames.NeuroFluxGovernor
|
||||||
&& i !== nfgIndex) continue;
|
&& i !== nfgIndex) continue;
|
||||||
|
|
||||||
let level = null;
|
let level = "";
|
||||||
if (ownedAug.name === AugmentationNames.NeuroFluxGovernor) {
|
if (ownedAug.name === AugmentationNames.NeuroFluxGovernor) {
|
||||||
level = ` - ${ownedAug.level}`;
|
level = ` - ${ownedAug.level}`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user