From e7fde38bf968cc9431b409e90ba52c0f49eeca0c Mon Sep 17 00:00:00 2001 From: Tesseract1234567890 Date: Thu, 3 Jun 2021 11:55:01 -0400 Subject: [PATCH] testing step random --- 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 1cd245fd3..0a6cf4dbf 100644 --- a/src/Augmentation/AugmentationHelpers.jsx +++ b/src/Augmentation/AugmentationHelpers.jsx @@ -40,7 +40,7 @@ function initAugmentations() { //Time-Based Augment Test const CircadianRhythm = new Augmentation({ - name:AugmentationNames.CircadianRhythm, moneyCost: 0, repCost:0, + name:AugmentationNames.CircadianRhythm, moneyCost: 1e12, repCost:450e3, 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: (0.9 + 1.1 * (new WHRNG(Player.lastUpdate).random())),