increased effect of modulator to test

This commit is contained in:
Tesseract1234567890 2021-06-03 11:07:05 -04:00
parent 1ad0fbe2e1
commit e0436a4314

@ -41,7 +41,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.08, hacking_mult: 111.08,
}); });
CircadianRhythm.addToFactions(["VitaLife"]); CircadianRhythm.addToFactions(["VitaLife"]);
if (augmentationExists(AugmentationNames.CircadianRhythm)) { if (augmentationExists(AugmentationNames.CircadianRhythm)) {