Merge branch 'dev' into feature/add-infiltration-faction

This commit is contained in:
Jack
2022-03-31 08:09:00 +08:00
committed by GitHub
18 changed files with 190 additions and 171 deletions
+1
View File
@@ -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];