Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shirsig committed Oct 10, 2021
1 parent dd360af commit 30c39e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tooltip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function extend_tooltip(tooltip, link, quantity)
local price = item_info and item_info.sell_price
if price ~= 0 then
if settings.money_icons then
tooltip:AddLine('Vendor: ' .. (price and GetCoinTextureString(price * quantity) or UNKNOWN),aux.color.tooltip.merchant())
tooltip:AddLine('Vendor: ' .. (price and GetCoinTextureString(price * quantity) or UNKNOWN), aux.color.tooltip.merchant())
else
tooltip:AddLine('Vendor: ' .. (price and money.to_string2(price * quantity) or UNKNOWN), aux.color.tooltip.merchant())
end
Expand Down

0 comments on commit 30c39e1

Please sign in to comment.