Skip to content

Commit f917d48

Browse files
author
LocalIdentity
committed
1 parent 28cfa69 commit f917d48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Modules/CalcPerform.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,6 @@ local function doActorMisc(env, actor)
456456
local enemyDB = actor.enemy.modDB
457457
local output = actor.output
458458
local condList = modDB.conditions
459-
460-
-- Process enemy modifiers
461-
applyEnemyModifiers(actor)
462459

463460
-- Add misc buffs/debuffs
464461
if env.mode_combat then
@@ -696,6 +693,9 @@ local function doActorMisc(env, actor)
696693
modDB:NewMod("Multiplier:SoulEater", "BASE", 1, "Base", { type = "Multiplier", var = "SoulEaterStack", limit = max })
697694
end
698695
end
696+
697+
-- Process enemy modifiers
698+
applyEnemyModifiers(actor)
699699
end
700700

701701
-- Process charges

0 commit comments

Comments
 (0)