Merge remote-tracking branch 'origin/dev'

This commit is contained in:
LocalIdentity
2025-10-31 12:40:13 +11:00

View File

@@ -746,7 +746,7 @@ holding Shift will put it in the second.]])
tooltip:AddLine(14, maxLine)
else
local start = 1
tooltip:AddLine(14, minLine:gsub("%d[%d%.]*", function(min)
tooltip:AddLine(14, (minLine:gsub("%d[%d%.]*", function(min)
local s, e, max = maxLine:find("(%d[%d%.]*)", start)
start = e + 1
if min == max then
@@ -754,7 +754,7 @@ holding Shift will put it in the second.]])
else
return "("..min.."-"..max..")"
end
end))
end)))
end
end
tooltip:AddLine(16, "Level: "..minMod.level.." to "..maxMod.level)