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())),