From 9747c62852c9a5e34eadd457d1978e6e24c964b9 Mon Sep 17 00:00:00 2001 From: etojuice <5415811+etojuice@users.noreply.github.com> Date: Sat, 18 Jan 2025 19:36:19 +0300 Subject: [PATCH] Fix The Adorned not increasing effect if corrupted magic jewels --- 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 f9ead33f1..868a7b19d 100644 --- a/src/Modules/CalcSetup.lua +++ b/src/Modules/CalcSetup.lua @@ -753,7 +753,7 @@ function calcs.initEnv(build, mode, override, specEnv) if item.jewelData then item.jewelData.limitDisabled = nil end - if item and item.type == "Jewel" and item.name:match("The Adorned, Crimson Jewel") then + if item and item.type == "Jewel" and item.name:match("The Adorned, Diamond") then env.modDB.multipliers["CorruptedMagicJewelEffect"] = item.jewelData.corruptedMagicJewelIncEffect / 100 end if item.limit and not env.configInput.ignoreJewelLimits then