mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 14:27:03 +02:00
BUGFIX: DarkscapeNavigator program is not granted on BN prestige when having SF15 (#2690)
This commit is contained in:
@@ -239,6 +239,10 @@ export function prestigeSourceFile(isFlume: boolean): void {
|
||||
// Re-create foreign servers
|
||||
initForeignServers(Player.getHomeComputer());
|
||||
|
||||
if (canAccessBitNodeFeature(15)) {
|
||||
getDarkscapeNavigator();
|
||||
}
|
||||
|
||||
if (Player.activeSourceFileLvl(9) >= 2) {
|
||||
homeComp.setMaxRam(128);
|
||||
} else if (Player.activeSourceFileLvl(1) > 0) {
|
||||
|
||||
Reference in New Issue
Block a user