Reapply boosts in migration

This commit is contained in:
nickofolas 2022-05-05 01:02:05 -05:00
parent 965d5c7c20
commit 73f26e2ae3

@ -430,6 +430,9 @@ function evaluateVersionCompatibility(ver: string | number): void {
...Player.augmentations.filter((aug) => aug.name !== AugmentationNames.NeuroFluxGovernor),
newNFG,
];
Player.reapplyAllAugmentations(true);
Player.reapplyAllSourceFiles();
}
}
}