Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/Modules/CalcSetup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,10 @@ function calcs.initEnv(build, mode, override, specEnv)
goto continue
end
end
-- ignore item in Ring 3 if The Unseen Hand is not allocated
if slotName == "Ring 3" and not (env.allocNodes[43902] and env.allocNodes[43902].dn:match("Unseen Hand")) then
goto continue
end
local item
if slotName == override.repSlotName then
item = override.repItem
Expand Down
Loading