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)
235235 values .reservedFlat = values .reservedFlat * activeSkillCount
236236 end
237237
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
239239 -- Sadly no better way to get key/val table element count in lua.
240240 local instances = 0
241241 for _ in pairs (activeSkill .activeEffect .srcInstance .supportEffect .isSupporting ) do
You can’t perform that action at this time.
0 commit comments