Skip to content

Commit c73ebdd

Browse files
committed
Fix Morior Invictus Spirit not applying with Lead me Through Grace
1 parent bdf8a7e commit c73ebdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/CalcSetup.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ function calcs.initEnv(build, mode, override, specEnv)
923923
local srcList = item.modList or (item.slotModList and item.slotModList[slot.slotNum]) or {}
924924

925925
-- Remove Spirit Base if CannotGainSpiritFromEquipment flag is true
926-
if nodesModsList:Flag(nil, "CannotGainSpiritFromEquipment") then
926+
if nodesModsList:Flag(nil, "CannotGainSpiritFromEquipment") and item.name ~= "Morior Invictus, Grand Regalia" then
927927
srcList = copyTable(srcList, true)
928928
for index = #srcList, 1, -1 do
929929
local mod = srcList[index]

0 commit comments

Comments
 (0)