Merge pull request #1014 from danielyxie/dev

hotfix augmentation displaying null
This commit is contained in:
hydroflame 2021-06-13 17:32:27 -04:00 committed by GitHub
commit 8e2b5cfccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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}`;
}