SINGULARITY: Added aug and node identifiers (timestamps of last resets) (#472)

This commit is contained in:
G4mingJon4s
2023-04-12 19:13:42 +02:00
committed by GitHub
parent f761eed377
commit d01ba91654
14 changed files with 86 additions and 32 deletions
@@ -111,6 +111,7 @@ export function prestigeAugmentation(this: PlayerObject): void {
// Statistics Trackers
this.playtimeSinceLastAug = 0;
this.lastAugReset = this.lastUpdate;
this.scriptProdSinceLastAug = 0;
this.moneySourceA.reset();
@@ -154,6 +155,7 @@ export function prestigeSourceFile(this: PlayerObject): void {
this.moneySourceB.reset();
this.playtimeSinceLastBitnode = 0;
this.lastNodeReset = this.lastUpdate;
this.augmentations = [];
}