mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 22:23:51 +01:00
Fix hack money BN mult in PlayerMultipliers
This commit is contained in:
parent
c688e20876
commit
05f6e079cd
@ -110,6 +110,7 @@ export function PlayerMultipliers(): React.ReactElement {
|
||||
mult: "Hacking Money",
|
||||
current: Player.hacking_money_mult,
|
||||
augmented: Player.hacking_money_mult * mults.hacking_money_mult,
|
||||
bnMult: BitNodeMultipliers.ScriptHackMoney
|
||||
},
|
||||
{
|
||||
mult: "Hacking Growth",
|
||||
|
Loading…
Reference in New Issue
Block a user