From b3f2fe5e02379ac04c1d45d253c8bab2db0fbb14 Mon Sep 17 00:00:00 2001 From: borisflagell Date: Tue, 11 Oct 2022 19:22:06 +0300 Subject: [PATCH] Update PlayerMultipliers.tsx --- src/Augmentation/ui/PlayerMultipliers.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Augmentation/ui/PlayerMultipliers.tsx b/src/Augmentation/ui/PlayerMultipliers.tsx index 84743b539..405eec112 100644 --- a/src/Augmentation/ui/PlayerMultipliers.tsx +++ b/src/Augmentation/ui/PlayerMultipliers.tsx @@ -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",