Bug fixes for new Netscript commands. Added total Playtime statistics. Minor UI improvements

This commit is contained in:
Daniel Xie
2017-05-15 09:15:59 -05:00
parent f32ec4f9a7
commit 3919d3e97a
11 changed files with 57 additions and 36 deletions
+1
View File
@@ -168,6 +168,7 @@ function PlayerObject() {
//Used to store the last update time.
this.lastUpdate = new Date().getTime();
this.totalPlaytime = 0;
};
PlayerObject.prototype.init = function() {