Merge pull request #4232 from borisflagell/UI_reputation_color

UI: Fix #3719 Inconsistent colors of reputation gains on Install Augmentations screen
This commit is contained in:
hydroflame 2022-10-12 23:51:23 -04:00 committed by GitHub
commit c1ab4e82f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",