mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
parent
a3f9a5c21e
commit
eba86e4bf0
@ -144,6 +144,7 @@ export class PlayerObject extends Person implements IPlayer {
|
|||||||
window.innerHeight +
|
window.innerHeight +
|
||||||
getRandomInt(100, 999),
|
getRandomInt(100, 999),
|
||||||
);
|
);
|
||||||
|
this.lastAugReset = this.lastNodeReset = Date.now();
|
||||||
}
|
}
|
||||||
|
|
||||||
whoAmI(): string {
|
whoAmI(): string {
|
||||||
|
@ -432,7 +432,7 @@ exports[`Check Save File Continuity PlayerSave continuity 1`] = `
|
|||||||
"jobs": {},
|
"jobs": {},
|
||||||
"karma": 0,
|
"karma": 0,
|
||||||
"lastAugReset": 1687611703623,
|
"lastAugReset": 1687611703623,
|
||||||
"lastNodeReset": -1,
|
"lastNodeReset": 1687611703623,
|
||||||
"lastSave": 0,
|
"lastSave": 0,
|
||||||
"lastUpdate": 1687611703623,
|
"lastUpdate": 1687611703623,
|
||||||
"location": "Travel Agency",
|
"location": "Travel Agency",
|
||||||
|
Loading…
Reference in New Issue
Block a user