mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
SINGULARITY: Added aug and node identifiers (timestamps of last resets) (#472)
This commit is contained in:
@@ -53,6 +53,8 @@ export class PlayerObject extends Person implements IPlayer {
|
||||
moneySourceB = new MoneySourceTracker();
|
||||
playtimeSinceLastAug = 0;
|
||||
playtimeSinceLastBitnode = 0;
|
||||
lastAugReset = -1;
|
||||
lastNodeReset = -1;
|
||||
purchasedServers: string[] = [];
|
||||
scriptProdSinceLastAug = 0;
|
||||
sleeves: Sleeve[] = [];
|
||||
|
||||
Reference in New Issue
Block a user