62 737
modifications
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 253 : | Ligne 253 : | ||
-- Dégâts par seconde (avec rechargement) | -- Dégâts par seconde (avec rechargement) | ||
local dpsReloadCell = formatNumber(dpsReload) | local dpsReloadCell = formatNumber(dpsReload) | ||
if perksDpsReload > | if perksDpsReload > dpsReload then | ||
dpsReloadCell = dpsReloadCell .. ' ('.. formatTooltip(formatNumber(perksDpsReload), tooltipDmgAllPerks) .. ')' | dpsReloadCell = dpsReloadCell .. ' ('.. formatTooltip(formatNumber(perksDpsReload), tooltipDmgAllPerks) .. ')' | ||
end | end |
modifications