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:
Daniel Xie
2016-10-27 13:26:00 -05:00
parent 0a13496984
commit f6aaef455d
6 changed files with 157 additions and 43 deletions
+1 -3
View File
@@ -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];