Merge pull request #3379 from nickofolas/improvement/super-important-lore

[Improvement] Add super important lore tidbit to an Augmentation
This commit is contained in:
hydroflame 2022-04-11 13:21:11 -04:00 committed by GitHub
commit 03650344f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: [],
}), }),