From 4d1f5c657a625f5b1448d38a32e9cde13d467afc Mon Sep 17 00:00:00 2001 From: nickofolas Date: Fri, 22 Apr 2022 16:58:06 -0500 Subject: [PATCH] Check `isSpecial` for exclusive aug tooltip --- src/Augmentation/ui/PurchaseableAugmentations.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Augmentation/ui/PurchaseableAugmentations.tsx b/src/Augmentation/ui/PurchaseableAugmentations.tsx index eb1747a2a..68cf4d460 100644 --- a/src/Augmentation/ui/PurchaseableAugmentations.tsx +++ b/src/Augmentation/ui/PurchaseableAugmentations.tsx @@ -128,12 +128,12 @@ const Exclusive = (props: IExclusiveProps): React.ReactElement => {
  • {props.aug.factions[0]} faction
  • - {props.player.canAccessGang() && ( + {props.player.canAccessGang() && !props.aug.isSpecial && (
  • Certain gangs
  • )} - {props.player.canAccessGrafting() && ( + {props.player.canAccessGrafting() && !props.aug.isSpecial && (
  • Grafting