mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
Fix hack money BN mult in PlayerMultipliers
This commit is contained in:
@@ -110,6 +110,7 @@ export function PlayerMultipliers(): React.ReactElement {
|
|||||||
mult: "Hacking Money",
|
mult: "Hacking Money",
|
||||||
current: Player.hacking_money_mult,
|
current: Player.hacking_money_mult,
|
||||||
augmented: Player.hacking_money_mult * mults.hacking_money_mult,
|
augmented: Player.hacking_money_mult * mults.hacking_money_mult,
|
||||||
|
bnMult: BitNodeMultipliers.ScriptHackMoney
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
mult: "Hacking Growth",
|
mult: "Hacking Growth",
|
||||||
|
|||||||
Reference in New Issue
Block a user