added time since last bitnode timer

This commit is contained in:
Olivier Gagnon
2018-06-22 15:38:25 -04:00
parent 18d4e2bd2a
commit 4f9ae82b4b
3 changed files with 14 additions and 0 deletions
+2
View File
@@ -201,6 +201,7 @@ function PlayerObject() {
this.lastUpdate = 0;
this.totalPlaytime = 0;
this.playtimeSinceLastAug = 0;
this.playtimeSinceLastBitnode = 0;
//Production since last Augmentation installation
this.scriptProdSinceLastAug = 0;
@@ -390,6 +391,7 @@ PlayerObject.prototype.prestigeSourceFile = function() {
this.corporation = 0;
this.playtimeSinceLastAug = 0;
this.playtimeSinceLastBitnode = 0;
this.scriptProdSinceLastAug = 0;
}