Fixed several more bugs. Rebalanced stock market changes to make the effects a bit less potent for now

This commit is contained in:
danielyxie
2019-05-14 04:23:55 -07:00
parent fef7aaba8f
commit bd02e724e5
9 changed files with 23 additions and 11 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ function prestigeSourceFile() {
hserver.level = 100;
hserver.cores = 10;
hserver.cache = 5;
hserver.updateHashRate(Player);
hserver.updateHashRate(Player.hacknet_node_money_mult);
hserver.updateHashCapacity();
updateHashManagerCapacity();
}