StockMarket and Infiltration implementations

This commit is contained in:
Daniel Xie
2017-07-03 14:42:11 -05:00
parent c0fc4e381d
commit 36e3a3b5d2
19 changed files with 2037 additions and 305 deletions
+6
View File
@@ -200,6 +200,12 @@ function prestigeAugmentation() {
//Messages
initMessages();
//Stock market
if (Player.hasWseAccount) {
initStockMarket();
initSymbolToStockMap();
}
Player.playtimeSinceLastAug = 0;
Engine.loadTerminalContent();