Tooltip text "tattoo" or "runegraft" based on node type (#8922)

This commit is contained in:
Blitz54
2025-08-04 03:18:43 -05:00
committed by GitHub
parent 8270d8dcb8
commit 03a8121ea3

View File

@@ -1104,7 +1104,8 @@ function PassiveTreeViewClass:AddNodeTooltip(tooltip, node, build)
or (node.type == "Keystone") or (node.type == "Mastery") )
then
tooltip:AddSeparator(14)
tooltip:AddLine(14, colorCodes.TIP.."Tip: Right click to edit the tattoo for this node")
local nodeEditType = (node.type == "Mastery") and "runegraft" or "tattoo"
tooltip:AddLine(14, colorCodes.TIP.."Tip: Right click to edit the " .. nodeEditType .. " for this node")
end
-- Mod differences