This commit is contained in:
Tesseract1234567890 2021-06-03 11:31:28 -04:00
parent d86fb0262a
commit 23cefed8d4

@ -43,7 +43,7 @@ function initAugmentations() {
name:AugmentationNames.CircadianRhythm, moneyCost: 0, repCost:0,
info:"An injection which improves your perception by a variable amount.<br><br>" +
"This augmentation increases the player's hacking skill by a variable amount.",
hacking_mult: (1 + new WHRNG(Player.lastUpdate)),
hacking_mult: (1 + new WHRNG(Player.lastUpdate).random()),
});
CircadianRhythm.addToFactions(["VitaLife"]);
if (augmentationExists(AugmentationNames.CircadianRhythm)) {