diff --git a/src/SaveObject.tsx b/src/SaveObject.tsx index d406b597b..f6943d774 100755 --- a/src/SaveObject.tsx +++ b/src/SaveObject.tsx @@ -430,6 +430,9 @@ function evaluateVersionCompatibility(ver: string | number): void { ...Player.augmentations.filter((aug) => aug.name !== AugmentationNames.NeuroFluxGovernor), newNFG, ]; + + Player.reapplyAllAugmentations(true); + Player.reapplyAllSourceFiles(); } } }