From 79c878dbc39e49cacdbcc8a1b419ab4928507740 Mon Sep 17 00:00:00 2001 From: nickofolas Date: Fri, 8 Apr 2022 13:11:17 -0500 Subject: [PATCH] Add super important lore tidbit to an Augmentation --- src/Augmentation/AugmentationCreator.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/Augmentation/AugmentationCreator.tsx b/src/Augmentation/AugmentationCreator.tsx index 00951f369..a83f01a2a 100644 --- a/src/Augmentation/AugmentationCreator.tsx +++ b/src/Augmentation/AugmentationCreator.tsx @@ -1490,10 +1490,16 @@ export const initGeneralAugmentations = (): Augmentation[] => [ name: AugmentationNames.CongruityImplant, repCost: 0, moneyCost: 50e12, - info: - "Developed by a pioneer in Grafting research, this implant " + - "generates pulses of stability which seem to have a nullifying " + - "effect versus the Entropy virus.", + info: ( + <> + Developed by a pioneer in Grafting research, this implant generates pulses of stability which seem to have a + nullifying effect versus the Entropy virus. +
+
+ Note: For unknown reasons, the lowercase n appears to be an integral component to its + functionality. + + ), stats: <>This Augmentation removes the Entropy virus, and prevents it from affecting you again., factions: [], }),