mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 21:53:50 +01:00
Update PlayerMultipliers.tsx
This commit is contained in:
parent
1d5d839cd9
commit
b3f2fe5e02
@ -221,12 +221,14 @@ export function PlayerMultipliers(): React.ReactElement {
|
||||
mult: "Company Reputation Gain",
|
||||
current: Player.mults.company_rep,
|
||||
augmented: Player.mults.company_rep * mults.company_rep,
|
||||
color: Settings.theme.combat,
|
||||
},
|
||||
{
|
||||
mult: "Faction Reputation Gain",
|
||||
current: Player.mults.faction_rep,
|
||||
augmented: Player.mults.faction_rep * mults.faction_rep,
|
||||
bnMult: BitNodeMultipliers.FactionWorkRepGain,
|
||||
color: Settings.theme.combat,
|
||||
},
|
||||
{
|
||||
mult: "Salary",
|
||||
|
Loading…
Reference in New Issue
Block a user