From e0436a4314d5c90730c8e7513c9d0e63df6c3d28 Mon Sep 17 00:00:00 2001 From: Tesseract1234567890 Date: Thu, 3 Jun 2021 11:07:05 -0400 Subject: [PATCH] increased effect of modulator to test --- src/Augmentation/AugmentationHelpers.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Augmentation/AugmentationHelpers.jsx b/src/Augmentation/AugmentationHelpers.jsx index 417362c22..b8b1e5576 100644 --- a/src/Augmentation/AugmentationHelpers.jsx +++ b/src/Augmentation/AugmentationHelpers.jsx @@ -41,7 +41,7 @@ function initAugmentations() { name:AugmentationNames.CircadianRhythm, moneyCost: 0, repCost:0, info:"An injection which improves your perception by a variable amount.

" + "This augmentation increases the player's hacking skill by a variable amount.", - hacking_mult: 1.08, + hacking_mult: 111.08, }); CircadianRhythm.addToFactions(["VitaLife"]); if (augmentationExists(AugmentationNames.CircadianRhythm)) {