From 1097e0f6ce22adf82c5e77157d527fa8e52e73da Mon Sep 17 00:00:00 2001 From: LocalIdentity <31035929+LocalIdentity@users.noreply.github.com> Date: Fri, 21 Nov 2025 14:20:20 +1100 Subject: [PATCH] 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 --- src/Modules/CalcSetup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/CalcSetup.lua b/src/Modules/CalcSetup.lua index bd2cabed..375968c4 100644 --- a/src/Modules/CalcSetup.lua +++ b/src/Modules/CalcSetup.lua @@ -1099,7 +1099,7 @@ function calcs.initEnv(build, mode, override, specEnv) if item.classRestriction then env.itemModDB.conditions[item.title:gsub(" ", "")] = item.classRestriction end - if item.type ~= "Jewel" and item.type ~= "Flask" and item.type ~= "Tincture" then + if item.type ~= "Jewel" and item.type ~= "Flask" and item.type ~= "Tincture" and item.type ~= "Graft" then -- Update item counts local key if item.rarity == "UNIQUE" or item.rarity == "RELIC" then