Skip to content

Commit 4e3e1db

Browse files
author
LocalIdentity
committed
Fix merge conflict
1 parent 471ad6a commit 4e3e1db

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

src/Modules/CalcPerform.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,12 @@ function calcs.perform(env, skipEHP)
10211021
output.WarcryPower = modDB:Override(nil, "WarcryPower") or modDB:Sum("BASE", nil, "WarcryPower") or 0
10221022
modDB.multipliers["WarcryPower"] = output.WarcryPower
10231023

1024+
applyEnemyModifiers(env.player)
1025+
if env.minion then
1026+
applyEnemyModifiers(env.minion)
1027+
end
1028+
applyEnemyModifiers(env.enemy)
1029+
10241030
local minionTypeCount, ammoTypeCount, grenadeTypeCount = 0, 0, 0
10251031
local minionType, ammoType, grenadeType = { }, { }, { }
10261032
for _, activeSkill in ipairs(env.player.activeSkillList) do

src/Modules/CalcPerform.lua.rej

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)