mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-06 07:37:56 +02:00
Merge branch 'dev' into feature/add-infiltration-faction
This commit is contained in:
@@ -111,6 +111,7 @@ 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];
|
||||
|
||||
Reference in New Issue
Block a user