Implemented Applying to jobs. Working on Purchasing Servers

This commit is contained in:
Daniel Xie
2017-02-03 16:05:59 -06:00
parent afda3338bd
commit fc2dc82f1a
11 changed files with 537 additions and 126 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ function PlayerObject() {
this.homeComputer = "";
//Location information
this.city = Locations.Aevum;
this.city = Locations.Sector12;
this.location = "";
//Company Information
@@ -69,7 +69,7 @@ function PlayerObject() {
//Servers
this.currentServer = ""; //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.discoveredServers = []; //IP addresses of secret servers not in the network that you have discovered
this.purchasedServers = [];
//Achievements and achievement progress