mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Changed price and rep. cost of augment
This commit is contained in:
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>"
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user