diff --git a/src/Augmentation/ui/PurchasableAugmentations.tsx b/src/Augmentation/ui/PurchasableAugmentations.tsx index 36d6c6849..a19060bf4 100644 --- a/src/Augmentation/ui/PurchasableAugmentations.tsx +++ b/src/Augmentation/ui/PurchasableAugmentations.tsx @@ -219,7 +219,10 @@ export function PurchasableAugmentation(props: IPurchasableAugProps): React.Reac textOverflow: "ellipsis", whiteSpace: "nowrap", overflow: "hidden", - color: props.owned ? Settings.theme.disabled : Settings.theme.primary, + color: + props.owned || !props.parent.canPurchase(props.parent.player, aug) + ? Settings.theme.disabled + : Settings.theme.primary, }} > {aug.name}