Changed price and rep. cost of augment

This commit is contained in:
Tesseract1234567890 2021-06-03 16:30:06 -04:00
parent e320a8339a
commit c793a076db

@ -100,7 +100,7 @@ function initAugmentations() {
var randomBonuses = getRandomBonus();
const CircadianRhythm = new Augmentation({
name:AugmentationNames.CircadianRhythm, moneyCost: 1e12, repCost:450e3,
name:AugmentationNames.CircadianRhythm, moneyCost: 1e9, repCost:4.5e3,
info:"An prototype injection which modifies your circadian rhythm, leading to unexpected effects.<br><br>" +
"This augmentation currently modifies these values:<br>"
});