Fix soft reset not installing augs anymore

This commit is contained in:
Olivier Gagnon
2022-04-08 00:28:37 -04:00
parent 39d17986ff
commit a2dddb0e5a
3 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ export function GameRoot({ player, engine, terminal }: IProps): React.ReactEleme
function softReset(): void {
dialogBoxCreate("Soft Reset!");
prestigeAugmentation();
installAugmentations(true);
resetErrorBoundary();
Router.toTerminal();
}