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)