mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 21:53:50 +01:00
Fixed bug with Neuroflux Governor increasing cost multiopliers. Increased TOR Router cost to 200k
This commit is contained in:
parent
c4f6563f59
commit
ec3f936f2b
@ -1562,10 +1562,10 @@ applyAugmentation = function(aug, reapply=false) {
|
|||||||
Player.crime_success_mult *= 1.01;
|
Player.crime_success_mult *= 1.01;
|
||||||
|
|
||||||
Player.hacknet_node_money_mult *= 1.01;
|
Player.hacknet_node_money_mult *= 1.01;
|
||||||
Player.hacknet_node_purchase_cost_mult *= 1.01;
|
Player.hacknet_node_purchase_cost_mult *= 0.99;
|
||||||
Player.hacknet_node_ram_cost_mult *= 1.01;
|
Player.hacknet_node_ram_cost_mult *= 0.99;
|
||||||
Player.hacknet_node_core_cost_mult *= 1.01;
|
Player.hacknet_node_core_cost_mult *= 0.99;
|
||||||
Player.hacknet_node_level_cost_mult *= 1.01;
|
Player.hacknet_node_level_cost_mult *= 0.99;
|
||||||
|
|
||||||
Player.work_money_mult *= 1.01;
|
Player.work_money_mult *= 1.01;
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ CONSTANTS = {
|
|||||||
MaxLogCapacity: 40,
|
MaxLogCapacity: 40,
|
||||||
|
|
||||||
//How much a TOR router costs
|
//How much a TOR router costs
|
||||||
TorRouterCost: 100000,
|
TorRouterCost: 200000,
|
||||||
|
|
||||||
MillisecondsPer20Hours: 72000000,
|
MillisecondsPer20Hours: 72000000,
|
||||||
GameCyclesPer20Hours: 72000000 / 200,
|
GameCyclesPer20Hours: 72000000 / 200,
|
||||||
|
Loading…
Reference in New Issue
Block a user