# HG changeset patch # User Vynn # Date 1478888779 18000 # Node ID 35c84e420f4a784773d168bf98b77eaa64086143 # Parent 55da4d54a2dead86186ee72e545d19519046642f Further refinements to the tooltip text. diff -r 55da4d54a2de -r 35c84e420f4a ProspectMe_Tooltip.lua --- a/ProspectMe_Tooltip.lua Fri Nov 11 12:10:43 2016 -0500 +++ b/ProspectMe_Tooltip.lua Fri Nov 11 13:26:19 2016 -0500 @@ -81,7 +81,13 @@ --NumofEachQuality, Percent of Each Quality self:AddLine(" ") self:AddLine("Prospect Me",0.5,1,0.5) - self:AddLine("Times Processed: " .. ProspectMe.Results[item].TimesProspected) + if spellid == 225902 or spellid == 225904 or subclass == ORE then + self:AddLine("Times Prospected: " .. ProspectMe.Results[item].TimesProspected) + elseif spellid == 210116 or subclass == HERB then + self:AddLine("Times Milled: " .. ProspectMe.Results[item].TimesProspected) + else + self:AddLine("Times Processed: " .. ProspectMe.Results[item].TimesProspected) + end if spellid then ctp = price * 20 lifetimeReturn = lifetimeReturn * 4