hotfix augmentation displaying null

This commit is contained in:
Olivier Gagnon 2021-06-13 17:32:16 -04:00
parent 2248c083c8
commit 2c7a4f4ce6
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

@ -2176,7 +2176,7 @@ function installAugmentations() {
if(ownedAug.name === AugmentationNames.NeuroFluxGovernor
&& i !== nfgIndex) continue;
let level = null;
let level = "";
if (ownedAug.name === AugmentationNames.NeuroFluxGovernor) {
level = ` - ${ownedAug.level}`;
}