diff --git a/AutoGear.lua b/AutoGear.lua index 2b1d73d..e93f097 100644 --- a/AutoGear.lua +++ b/AutoGear.lua @@ -4361,7 +4361,7 @@ function AutoGearTooltipHook(tooltip) local scoreLinePrefix = (((pawnScaleLocalizedName or pawnScaleName) and pawnScaleColor) and "AutoGear: Pawn \""..pawnScaleColor..(pawnScaleLocalizedName or pawnScaleName)..FONT_COLOR_CODE_CLOSE.."\"" or "AutoGear") if shouldShowComparisonLine or shouldShowBestSet then lowestScoringEquippedItemScore = math.floor(lowestScoringEquippedItemScore * 1000) / 1000 - tooltip:AddDoubleLine(scoreLinePrefix.." score".." (equipped"..(((not AutoGearIsTwoHandEquipped()) and tooltipItemInfo.isWeaponOrOffHand) and " pair" or (shouldShowBestSet and " set" or "")).."):", + tooltip:AddDoubleLine(scoreLinePrefix.." score".." (equipped"..(((not AutoGearIsTwoHandEquipped()) and tooltipItemInfo.isWeaponOrOffHand and not tooltipItemInfo.isRangedWeapon) and " pair" or (shouldShowBestSet and " set" or "")).."):", equippedSetScore, HIGHLIGHT_FONT_COLOR.r, HIGHLIGHT_FONT_COLOR.g, HIGHLIGHT_FONT_COLOR.b, HIGHLIGHT_FONT_COLOR.r, HIGHLIGHT_FONT_COLOR.g, HIGHLIGHT_FONT_COLOR.b)