From 6f26fb81e80f2fb48aa3061d1051cc9d74b802c1 Mon Sep 17 00:00:00 2001 From: omuretsu <84951833+Snarling@users.noreply.github.com> Date: Fri, 23 Jun 2023 10:13:45 -0400 Subject: [PATCH] Fix NFG display text --- src/Augmentation/Augmentations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Augmentation/Augmentations.ts b/src/Augmentation/Augmentations.ts index 925da1f69..7f0b3b2e3 100644 --- a/src/Augmentation/Augmentations.ts +++ b/src/Augmentation/Augmentations.ts @@ -1110,7 +1110,7 @@ export const Augmentations: Record = (() => { "monitors and regulates all aspects of the human body, essentially 'governing' the body. " + "By doing so, it improves the users performance for most actions.", stats: - "This special augmentation can be leveled up infinitely. Each level of this augmentation increases MOST multipliers by 1% (+{(donationBonus * 100).toFixed(6)}%), stacking multiplicatively.", + `This special augmentation can be leveled up infinitely. Each level of this augmentation increases MOST multipliers by 1% (+${(donationBonus * 100).toFixed(6)}%), stacking multiplicatively.`, isSpecial: true, hacking_chance: 1.01 + donationBonus, hacking_speed: 1.01 + donationBonus,