mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +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",
|
||||
current: Player.hacking_money_mult,
|
||||
augmented: Player.hacking_money_mult * mults.hacking_money_mult,
|
||||
bnMult: BitNodeMultipliers.ScriptHackMoney
|
||||
},
|
||||
{
|
||||
mult: "Hacking Growth",
|
||||
|
||||
Reference in New Issue
Block a user