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