Skip to content

Commit 6157ad3

Browse files
Blitz54LocalIdentity
andauthored
Fix Blasphemy logic applying to Cast on --- spells (#781)
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 3d5d5ae commit 6157ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/CalcDefence.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)