mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
Changed price and rep. cost of augment
This commit is contained in:
@@ -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>"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user