You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- if the new item is a Normal, Magic, or Rare Helmet, Body Armour, Gloves, or Boots and does not have any eldritch implicits
1600
-
-- and your current respective item does, apply those implicits and influence to the new item
1601
-
ifmain.migrateEldritchImplicitsandisValueInTable(implicitBaseTypes, newItem.base.type) andisValueInTable(implicitRarities, newItem.rarity) and
1602
-
not (newItem.tangleandnewItem.cleansing) and (currentItem.cleansingorcurrentItem.tangle) then
1601
+
for_, influenceinipairs(itemLib.influenceInfo.default) do
1602
+
ifnewItem[influence.key] then
1603
+
return
1604
+
end
1605
+
end
1606
+
ifmain.migrateEldritchImplicitsandisValueInTable(implicitBaseTypes, newItem.base.type) andisValueInTable(implicitRarities, newItem.rarity) and (currentItem.cleansingorcurrentItem.tangle) then
0 commit comments