Skip to content

Commit 5e5bbc5

Browse files
committed
Remove duplicate tooltip for life increases
1 parent 7483f12 commit 5e5bbc5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Modules/CalcPerform.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ function doActorLifeMana(actor)
9898
if more ~= 1 then
9999
t_insert(breakdown.Life, s_format("x %.2f ^8(more/less)", more))
100100
end
101-
if inc ~= 0 then
102-
t_insert(breakdown.Life, s_format("x %.2f ^8(increased/reduced)", 1 + inc/100))
103-
end
104101
if override then
105102
t_insert(breakdown.Life, s_format("= %g ^8(life override)", override))
106103
end

0 commit comments

Comments
 (0)