mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-06 07:37:56 +02:00
merge base
This commit is contained in:
@@ -110,7 +110,6 @@ function updateGeneralAugmentationPrice(augmentation: Augmentation): void {
|
||||
}
|
||||
|
||||
export function updateAugmentationCosts(): void {
|
||||
console.log(Player.queuedAugmentations);
|
||||
for (const name of Object.keys(Augmentations)) {
|
||||
if (Augmentations.hasOwnProperty(name)) {
|
||||
const augmentationToUpdate = Augmentations[name];
|
||||
|
||||
@@ -863,7 +863,7 @@ export const generalAugmentations = [
|
||||
"so that the brain doesn't have to.",
|
||||
hacking_speed_mult: 1.01,
|
||||
hacking_mult: 1.05,
|
||||
factions: [FactionNames.CyberSec],
|
||||
factions: [FactionNames.CyberSec, FactionNames.NiteSec],
|
||||
}),
|
||||
new Augmentation({
|
||||
name: AugmentationNames.CranialSignalProcessorsG2,
|
||||
|
||||
Reference in New Issue
Block a user