Add super important lore tidbit to an Augmentation

This commit is contained in:
nickofolas 2022-04-08 13:11:17 -05:00
parent 758b0e1127
commit 79c878dbc3

@ -1490,10 +1490,16 @@ export const initGeneralAugmentations = (): Augmentation[] => [
name: AugmentationNames.CongruityImplant, name: AugmentationNames.CongruityImplant,
repCost: 0, repCost: 0,
moneyCost: 50e12, moneyCost: 50e12,
info: info: (
"Developed by a pioneer in Grafting research, this implant " + <>
"generates pulses of stability which seem to have a nullifying " + Developed by a pioneer in Grafting research, this implant generates pulses of stability which seem to have a
"effect versus the Entropy virus.", nullifying effect versus the Entropy virus.
<br />
<br />
<b>Note:</b> For unknown reasons, the lowercase <code>n</code> appears to be an integral component to its
functionality.
</>
),
stats: <>This Augmentation removes the Entropy virus, and prevents it from affecting you again.</>, stats: <>This Augmentation removes the Entropy virus, and prevents it from affecting you again.</>,
factions: [], factions: [],
}), }),