mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-27 01:53:48 +01:00
Attempt 2
This commit is contained in:
parent
aef0cc815e
commit
d86fb0262a
@ -43,7 +43,7 @@ function initAugmentations() {
|
|||||||
name:AugmentationNames.CircadianRhythm, moneyCost: 0, repCost:0,
|
name:AugmentationNames.CircadianRhythm, moneyCost: 0, repCost:0,
|
||||||
info:"An injection which improves your perception by a variable amount.<br><br>" +
|
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.",
|
"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"]);
|
CircadianRhythm.addToFactions(["VitaLife"]);
|
||||||
if (augmentationExists(AugmentationNames.CircadianRhythm)) {
|
if (augmentationExists(AugmentationNames.CircadianRhythm)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user