Attempt 2

This commit is contained in:
Tesseract1234567890 2021-06-03 11:29:55 -04:00
parent aef0cc815e
commit d86fb0262a

@ -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((new Date()).getMinutes() * 60 + (new Date()).getSeconds()).random()),
hacking_mult: (1 + new WHRNG(Player.lastUpdate)),
});
CircadianRhythm.addToFactions(["VitaLife"]);
if (augmentationExists(AugmentationNames.CircadianRhythm)) {