SF12 now lets player start with Neuroflux

This commit is contained in:
Olivier Gagnon
2021-05-01 23:42:52 -04:00
parent a8d0b6e13d
commit 7172ef6dae
3 changed files with 8 additions and 39 deletions
+5
View File
@@ -340,6 +340,11 @@ function prestigeSourceFile() {
updateHashManagerCapacity();
}
if(SourceFileFlags[12] > 0) {
Player.augmentations.push({name: AugmentationNames.NeuroFluxGovernor, level: SourceFileFlags[12]})
Player.reapplyAllAugmentations(true);
}
// Refresh Main Menu (the 'World' menu, specifically)
document.getElementById("world-menu-header").click();
document.getElementById("world-menu-header").click();