mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 10:12:53 +02:00
Added full hack functionality with animated progress bar and everthing. All thats left is balancing exp/money gains and also taking care of porthack stuff. Also fixed the terminal not being scrollable
This commit is contained in:
+1
-3
@@ -422,9 +422,7 @@ ForeignServers = {
|
||||
|
||||
|
||||
/* Create a randomized network of all foreign servers */
|
||||
createNetwork: function() {
|
||||
console.log("createNetwork() called");
|
||||
|
||||
createNetwork: function() {
|
||||
//Groupings for creating a randomized network
|
||||
var NetworkGroup1 = [ForeignServers.IronGym, ForeignServers.FoodNStuff, ForeignServers.SigmaCosmetics, ForeignServers.JoesGuns, ForeignServers.HongFangTeaHouse, ForeignServers.HaraKiriSushiBar];
|
||||
var NetworkGroup2 = [ForeignServers.MaxHardware, ForeignServers.NectarNightclub, ForeignServers.Zer0Nightclub];
|
||||
|
||||
Reference in New Issue
Block a user