mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Merge pull request #3379 from nickofolas/improvement/super-important-lore
[Improvement] Add super important lore tidbit to an Augmentation
This commit is contained in:
commit
03650344f4
@ -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: [],
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user