Skip to content

Commit 20a09c9

Browse files
author
LocalIdentity
committed
Change to flag check
1 parent 9cf063e commit 20a09c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/CalcSetup.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ function calcs.initEnv(build, mode, override, specEnv)
688688
end
689689
end
690690
-- ignore item in Ring 3 if The Unseen Hand is not allocated
691-
if slotName == "Ring 3" and not (env.allocNodes[43902] and env.allocNodes[43902].dn:match("Unseen Hand")) then
691+
if slotName == "Ring 3" and not env.initialNodeModDB:Flag(nil, "AdditionalRingSlot") then
692692
goto continue
693693
end
694694
local item

0 commit comments

Comments
 (0)