mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 18:22:58 +02:00
v0.32.0 - Added BitNode-8: Ghost of Wall Street
This commit is contained in:
+1
-2
@@ -376,8 +376,8 @@ let Engine = {
|
||||
loadStockMarketContent: function() {
|
||||
Engine.hideAllContent();
|
||||
Engine.Display.stockMarketContent.style.visibility = "visible";
|
||||
displayStockMarketContent();
|
||||
Engine.currentPage = Engine.Page.StockMarket;
|
||||
displayStockMarketContent();
|
||||
},
|
||||
|
||||
loadGangContent: function() {
|
||||
@@ -988,7 +988,6 @@ let Engine = {
|
||||
}
|
||||
|
||||
if (Engine.Counters.sCr <= 0) {
|
||||
//Assume 4Sig will always indicate state of market
|
||||
if (Player.hasWseAccount) {
|
||||
stockMarketCycle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user