You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Modules/CalcPerform.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1529,7 +1529,7 @@ function calcs.perform(env, skipEHP)
1529
1529
breakdown.ManaReserved = { reservations = { } }
1530
1530
end
1531
1531
for _, activeSkill in ipairs(env.player.activeSkillList) do
1532
-
if activeSkill.skillTypes[SkillType.HasReservation] and not activeSkill.skillTypes[SkillType.ReservationBecomesCost] then
1532
+
if activeSkill.skillTypes[SkillType.HasReservation] or activeSkill.skillData.SupportedByAutoexertion and not activeSkill.skillTypes[SkillType.ReservationBecomesCost] then
1533
1533
local skillModList = activeSkill.skillModList
1534
1534
local skillCfg = activeSkill.skillCfg
1535
1535
local mult = floor(skillModList:More(skillCfg, "SupportManaMultiplier"), 4)
0 commit comments