This commit is contained in:
phyzical
2022-04-26 20:49:12 +08:00
parent 510a2c2ff7
commit 21a105eb49
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ export const getFactionAugmentationsFiltered = (player: IPlayer, faction: Factio
let augs = Object.values(Augmentations);
// Remove special augs
augs = augs.filter((a) => !a.isSpecial || a.name != AugmentationNames.CongruityImplant );
augs = augs.filter((a) => !a.isSpecial || a.name != AugmentationNames.CongruityImplant);
if (player.bitNodeN === 2) {
// TRP is not available outside of BN2 for Gangs