Added correct production build. Properly reset stock market 4S values when prestiging through BitNode

This commit is contained in:
danielyxie
2018-08-27 00:23:04 -05:00
parent 2bf6871ece
commit 53e2a5091c
6 changed files with 164 additions and 162910 deletions
+2
View File
@@ -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);}