diff --git a/src/Augmentation/Enums.ts b/src/Augmentation/Enums.ts index c847d8eb4..f15a7c1d5 100644 --- a/src/Augmentation/Enums.ts +++ b/src/Augmentation/Enums.ts @@ -1,4 +1,5 @@ export enum AugmentationName { + NeuroFluxGovernor = "NeuroFlux Governor", Targeting1 = "Augmented Targeting I", Targeting2 = "Augmented Targeting II", Targeting3 = "Augmented Targeting III", @@ -55,7 +56,6 @@ export enum AugmentationName { HacknetNodeNICUpload = "Hacknet Node NIC Architecture Neural-Upload", HacknetNodeKernelDNI = "Hacknet Node Kernel Direct-Neural Interface", HacknetNodeCoreDNI = "Hacknet Node Core Direct-Neural Interface", - NeuroFluxGovernor = "NeuroFlux Governor", Neurotrainer1 = "Neurotrainer I", Neurotrainer2 = "Neurotrainer II", Neurotrainer3 = "Neurotrainer III", diff --git a/src/Augmentation/ui/AugmentationsRoot.tsx b/src/Augmentation/ui/AugmentationsRoot.tsx index 97801ef73..aca34b5a3 100644 --- a/src/Augmentation/ui/AugmentationsRoot.tsx +++ b/src/Augmentation/ui/AugmentationsRoot.tsx @@ -49,7 +49,9 @@ const NeuroFluxDisplay = (): React.ReactElement => { NeuroFlux Governor - Level {level} - {Augmentations[AugmentationName.NeuroFluxGovernor].stats} + + {Augmentations[AugmentationName.NeuroFluxGovernor].stats} + The power of {AugmentationName.NeuroFluxGovernor} increases with blood donations from players in real life. Learn more here diff --git a/src/Augmentation/ui/InstalledAugmentations.tsx b/src/Augmentation/ui/InstalledAugmentations.tsx index 5e4e3665d..3bd311a61 100644 --- a/src/Augmentation/ui/InstalledAugmentations.tsx +++ b/src/Augmentation/ui/InstalledAugmentations.tsx @@ -71,7 +71,7 @@ export function InstalledAugmentations(): React.ReactElement { {selectedAug.name} - + {(() => { const aug = Augmentations[selectedAug.name]; diff --git a/src/Augmentation/ui/PurchasableAugmentations.tsx b/src/Augmentation/ui/PurchasableAugmentations.tsx index 1a503de7b..366a1c9a7 100644 --- a/src/Augmentation/ui/PurchasableAugmentations.tsx +++ b/src/Augmentation/ui/PurchasableAugmentations.tsx @@ -223,7 +223,7 @@ export function PurchasableAugmentation(props: IPurchasableAugProps): React.Reac {aug.name} {aug.name === AugmentationName.NeuroFluxGovernor && ` - Level ${augLevel + 1}`} - {description} + {description} } > diff --git a/src/Augmentation/ui/PurchaseAugmentationModal.tsx b/src/Augmentation/ui/PurchaseAugmentationModal.tsx index b8817a248..e1c0c6a13 100644 --- a/src/Augmentation/ui/PurchaseAugmentationModal.tsx +++ b/src/Augmentation/ui/PurchaseAugmentationModal.tsx @@ -25,7 +25,7 @@ export function PurchaseAugmentationModal({ aug, faction, onClose, open }: IProp return ( {aug.name} - + {aug.info}

diff --git a/src/Augmentation/ui/PurchasedAugmentations.tsx b/src/Augmentation/ui/PurchasedAugmentations.tsx index f8689abb5..456b8ef98 100644 --- a/src/Augmentation/ui/PurchasedAugmentations.tsx +++ b/src/Augmentation/ui/PurchasedAugmentations.tsx @@ -34,7 +34,7 @@ export function PurchasedAugmentations(): React.ReactElement { augs.push( + {(() => { const info = typeof aug.info === "string" ? {aug.info} : aug.info; const tooltip = ( diff --git a/src/Constants.ts b/src/Constants.ts index 2adccb408..ce5b76ee1 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -89,7 +89,7 @@ export const CONSTANTS: { LatestUpdate: string; } = { VersionString: "2.4.0", - isDevBranch: true, + isDevBranch: false, VersionNumber: 33, /** Max level for any skill, assuming no multipliers. Determined by max numerical value in javascript for experience diff --git a/src/PersonObjects/Grafting/ui/GraftingRoot.tsx b/src/PersonObjects/Grafting/ui/GraftingRoot.tsx index 4058ae7cd..f608c3aff 100644 --- a/src/PersonObjects/Grafting/ui/GraftingRoot.tsx +++ b/src/PersonObjects/Grafting/ui/GraftingRoot.tsx @@ -182,7 +182,7 @@ export const GraftingRoot = (): React.ReactElement => {
- + {(() => { const info = typeof selectedAugmentation.info === "string" ? ( diff --git a/src/ui/React/AugmentationAccordion.tsx b/src/ui/React/AugmentationAccordion.tsx index feb3f68af..a7c4183a4 100644 --- a/src/ui/React/AugmentationAccordion.tsx +++ b/src/ui/React/AugmentationAccordion.tsx @@ -45,7 +45,7 @@ export function AugmentationAccordion(props: IProps): React.ReactElement { <>

- {props.aug.stats} + {props.aug.stats} )} @@ -62,7 +62,7 @@ export function AugmentationAccordion(props: IProps): React.ReactElement { - + {props.aug.info} {props.aug.stats && ( <> diff --git a/test/jest/__snapshots__/FullSave.test.ts.snap b/test/jest/__snapshots__/FullSave.test.ts.snap index 00df9f154..5050dd2ef 100644 --- a/test/jest/__snapshots__/FullSave.test.ts.snap +++ b/test/jest/__snapshots__/FullSave.test.ts.snap @@ -1296,7 +1296,7 @@ exports[`Check Save File Continuity PlayerSave continuity 1`] = ` "lastSave": 0, "lastUpdate": 1687611703623, "location": "Travel Agency", - "money": 1079, + "money": 1113, "moneySourceA": { "ctor": "MoneySourceTracker", "data": {