mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 02:32:55 +02:00
Added correct production build. Properly reset stock market 4S values when prestiging through BitNode
This commit is contained in:
@@ -391,6 +391,8 @@ PlayerObject.prototype.prestigeSourceFile = function() {
|
||||
//Reset Stock market
|
||||
this.hasWseAccount = false;
|
||||
this.hasTixApiAccess = false;
|
||||
this.has4SData = false;
|
||||
this.has4SDataTixApi = false;
|
||||
|
||||
//BitNode 3: Corporatocracy
|
||||
if (this.bitNodeN === 3) {this.money = new Decimal(150e9);}
|
||||
|
||||
Reference in New Issue
Block a user