From 693ca7baba376019ced4d899c3a00aaf5c89fe50 Mon Sep 17 00:00:00 2001 From: nickofolas Date: Fri, 8 Apr 2022 16:40:06 -0500 Subject: [PATCH] Change theme variable used for entropy color --- src/Augmentation/ui/AugmentationsRoot.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Augmentation/ui/AugmentationsRoot.tsx b/src/Augmentation/ui/AugmentationsRoot.tsx index a40afd517..fcb5bd861 100644 --- a/src/Augmentation/ui/AugmentationsRoot.tsx +++ b/src/Augmentation/ui/AugmentationsRoot.tsx @@ -53,10 +53,10 @@ interface EntropyDisplayProps { const EntropyDisplay = ({ player }: EntropyDisplayProps): React.ReactElement => { return player.entropy > 0 ? ( - + Entropy Virus - Level {player.entropy} - + All multipliers decreased by: {formatNumber((1 - CONSTANTS.EntropyEffect ** player.entropy) * 100, 3)}% (multiplicative)