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
@@ -212,7 +212,7 @@ export function NetscriptSingularity(
workerScript.log("softReset", () => "Soft resetting. This will cause this script to be killed");
setTimeout(() => {
prestigeAugmentation();
installAugmentations(true);
runAfterReset(cbScript);
}, 0);