mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 06:17:04 +02:00
SF12 now lets player start with Neuroflux
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user