Fixed loadAllRunningScripts(), now seems to be working properly

This commit is contained in:
Daniel Xie
2016-12-15 11:51:23 -06:00
parent 7ec22480a2
commit 96fb37c6d1
9 changed files with 124 additions and 23 deletions
+3 -3
View File
@@ -55,12 +55,12 @@ function PlayerObject() {
this.total_money = 0;
this.lifetime_money = 0;
//Starting (home) computer
//IP Address of Starting (home) computer
this.homeComputer = null;
//Servers
this.currentServer = null; //Server currently being accessed through terminal
this.discoveredServers = []; //Secret servers not in the network that you have discovered
this.currentServer = null; //IP address of Server currently being accessed through terminal
this.discoveredServers = []; //IP addresses of secret servers not in the network that you have discovered
this.purchasedServers = [];
//Achievements and achievement progress