mdeeb95
Results
1
comments of
mdeeb95
Crit multi (and Global crit chance) was fixed for me by prepending a "+" to the itemMod in itemEval.js ` if (itemMod.includes("Global Critical")) { itemMod = "+" + itemMod; }...