From 251cdcd6dc675f4d68594b8f9f35f16550f54b03 Mon Sep 17 00:00:00 2001 From: nickofolas Date: Thu, 7 Apr 2022 23:39:11 -0500 Subject: [PATCH] Fix nickofolas Congruity Implant being available in gangs --- src/Faction/FactionHelpers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Faction/FactionHelpers.tsx b/src/Faction/FactionHelpers.tsx index fe70b2472..6875e2aa7 100644 --- a/src/Faction/FactionHelpers.tsx +++ b/src/Faction/FactionHelpers.tsx @@ -203,7 +203,7 @@ export const getFactionAugmentationsFiltered = (player: IPlayer, faction: Factio // Remove special augs augs = augs.filter((a) => !a.isSpecial); - const blacklist: string[] = [AugmentationNames.NeuroFluxGovernor]; + const blacklist: string[] = [AugmentationNames.NeuroFluxGovernor, AugmentationNames.CongruityImplant]; if (player.bitNodeN !== 2) { // TRP is not available outside of BN2 for Gangs