diff --git a/src/Modules/CalcSetup.lua b/src/Modules/CalcSetup.lua index b1ed688536..a4816886af 100644 --- a/src/Modules/CalcSetup.lua +++ b/src/Modules/CalcSetup.lua @@ -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.initialNodeModDB:Flag(nil, "AdditionalRingSlot") then + goto continue + end local item if slotName == override.repSlotName then item = override.repItem