File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ function calcs.doActorLifeManaSpiritReservation(actor)
235
235
values .reservedFlat = values .reservedFlat * activeSkillCount
236
236
end
237
237
238
- if activeSkill .skillTypes [SkillType .CanHaveMultipleOngoingSkillInstances ] and activeSkill .activeEffect .srcInstance .supportEffect and activeSkill .activeEffect .srcInstance .supportEffect .isSupporting then
238
+ if activeSkill .skillTypes [SkillType .IsBlasphemy ] and activeSkill .activeEffect .srcInstance .supportEffect and activeSkill .activeEffect .srcInstance .supportEffect .isSupporting then
239
239
-- Sadly no better way to get key/val table element count in lua.
240
240
local instances = 0
241
241
for _ in pairs (activeSkill .activeEffect .srcInstance .supportEffect .isSupporting ) do
You can’t perform that action at this time.
0 commit comments