mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
Added New Servers.need to properly init them
This commit is contained in:
@@ -136,6 +136,7 @@ ForeignServers = {
|
||||
LexoCorp: new Server(), //Group6
|
||||
RhoConstruction: new Server(), //Group6
|
||||
AlphaEnterprises: new Server(), //Group6
|
||||
NewerthPolice: new Server(), //Group6 //NEW
|
||||
RothmanUniversity: new Server(), //Group5
|
||||
ZBInstituteOfTechnology: new Server(), //Group5
|
||||
SummitUniversity: new Server(), //Group5
|
||||
@@ -144,6 +145,7 @@ ForeignServers = {
|
||||
TheHub: new Server(), //Group4
|
||||
CompuTek: new Server(), //Group4
|
||||
NetLinkTechnologies: new Server(), //Group4
|
||||
JohnsonOrthopedics: new Server(), //Group4 //nEW
|
||||
|
||||
//"Low level" targets
|
||||
FoodNStuff: new Server(), //Group1
|
||||
|
||||
@@ -144,7 +144,7 @@ var Engine = {
|
||||
Engine._hackTimeStr = "Time left: ";
|
||||
Player.startHack = false;
|
||||
|
||||
document.getElementById("hack-progress-bar").style.whiteSpace = "pre";
|
||||
//document.getElementById("hack-progress-bar").style.whiteSpace = "pre";
|
||||
}
|
||||
|
||||
Engine.updateHackProgress();
|
||||
|
||||
Reference in New Issue
Block a user