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