mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-28 03:47:03 +02:00
Adding Interactive Tutorial files - incomplete
This commit is contained in:
+3
-5
@@ -133,19 +133,17 @@ function prestigeAugmentation() {
|
||||
}
|
||||
Companies = {};
|
||||
|
||||
//Delete Factions
|
||||
//Reset Factions
|
||||
for (var member in Factions) {
|
||||
delete Factions[member];
|
||||
Factions[member].reset();
|
||||
}
|
||||
Factions = {};
|
||||
|
||||
//Inititialization
|
||||
SpecialServerIps = new SpecialServerIpsMap();
|
||||
Player.init();
|
||||
initForeignServers();
|
||||
initCompanies();
|
||||
initFactions();
|
||||
CompanyPositions.init();
|
||||
//CompanyPositions.init(); Dont think this is needed
|
||||
|
||||
Engine.loadTerminalContent();
|
||||
}
|
||||
Reference in New Issue
Block a user