mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +02:00
various fixes and adjustments
This commit is contained in:
@@ -480,7 +480,7 @@ export class PlayerObject implements IPlayer {
|
||||
this.lastUpdate = 0;
|
||||
this.lastSave = 0;
|
||||
this.totalPlaytime = 0;
|
||||
this.hasCompletedAnInfiltration = true;
|
||||
this.hasCompletedAnInfiltration = false;
|
||||
|
||||
this.playtimeSinceLastAug = 0;
|
||||
this.playtimeSinceLastBitnode = 0;
|
||||
|
||||
@@ -163,6 +163,7 @@ export function prestigeAugmentation(this: PlayerObject): void {
|
||||
this.workChaExpGained = 0;
|
||||
this.workRepGained = 0;
|
||||
this.workMoneyGained = 0;
|
||||
this.hasCompletedAnInfiltration = false;
|
||||
|
||||
this.timeWorked = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user