Merge pull request #2045 from 2PacIsAlive/dev

Fix typo for Neuregen Augmentation
This commit is contained in:
hydroflame 2021-12-19 22:33:31 -05:00 committed by GitHub
commit 565e7677f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1844,7 +1844,7 @@ function initAugmentations(): void {
moneyCost: 3.75e8, moneyCost: 3.75e8,
info: info:
"A drug that genetically modifies the neurons in the brain " + "A drug that genetically modifies the neurons in the brain " +
"resulting in neurons never die, continuously " + "resulting in neurons that never die, continuously " +
"regenerate, and strengthen themselves.", "regenerate, and strengthen themselves.",
hacking_exp_mult: 1.4, hacking_exp_mult: 1.4,
}); });