Skip to content

Commit 1097e0f

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Grafts disabling Eternity Shroud ignore resistance mod (#9304)
Forgot to add grafts as a item type to exclude from the item count checks Co-authored-by: LocalIdentity <[email protected]>
1 parent 6ac11ea commit 1097e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/CalcSetup.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ function calcs.initEnv(build, mode, override, specEnv)
10991099
if item.classRestriction then
11001100
env.itemModDB.conditions[item.title:gsub(" ", "")] = item.classRestriction
11011101
end
1102-
if item.type ~= "Jewel" and item.type ~= "Flask" and item.type ~= "Tincture" then
1102+
if item.type ~= "Jewel" and item.type ~= "Flask" and item.type ~= "Tincture" and item.type ~= "Graft" then
11031103
-- Update item counts
11041104
local key
11051105
if item.rarity == "UNIQUE" or item.rarity == "RELIC" then

0 commit comments

Comments
 (0)