remove Neuroflux from specila factions

This commit is contained in:
Olivier Gagnon
2021-10-11 18:56:51 -04:00
parent faad0ae8a7
commit ae33a23db4
2 changed files with 67 additions and 8 deletions
+1
View File
@@ -533,6 +533,7 @@ export class Augmentation {
console.warn(`Invalid Faction object in addToAllFactions(). Key value: ${fac}`);
continue;
}
if (facObj.getInfo().special) continue;
facObj.augmentations.push(this.name);
}
}