merge base

This commit is contained in:
phyzical
2022-03-31 22:36:47 +08:00
16 changed files with 207 additions and 148 deletions
-1
View File
@@ -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];