Skip to content

Commit c11e602

Browse files
committed
comments, whitespace
1 parent fe2ea13 commit c11e602

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/Classes/ItemsTab.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,9 +1593,8 @@ local function copyAnointsAndEldritchImplicits(newItem)
15931593
newItem.enchantModLines = currentAnoint
15941594
end
15951595
end
1596-
1597-
-- if the new item is a Normal, Magic, or Rare Helmet, Body Armour, Gloves, or Boots and does not have any eldritch implicits nor any other influence
1598-
-- and your current respective item does, apply those implicits and influence to the new item
1596+
-- if the new item is a Normal, Magic, or Rare Helmet, Body Armour, Gloves, or Boots and does not have any influence
1597+
-- and your current respective item has Eater and/or Exarch, apply those implicits and influence to the new item
15991598
local implicitBaseTypes = { "Helmet", "Body Armour", "Gloves", "Boots" }
16001599
local implicitRarities = { "NORMAL", "MAGIC", "RARE" }
16011600
for _, influence in ipairs(itemLib.influenceInfo.default) do

src/Modules/Main.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,6 @@ function main:OpenOptionsPopup()
10701070
end)
10711071
controls.slotOnlyTooltips.state = self.slotOnlyTooltips
10721072

1073-
10741073
nextRow()
10751074
controls.migrateEldritchImplicits = new("CheckBoxControl", { "TOPLEFT", nil, "TOPLEFT" }, { defaultLabelPlacementX, currentY, 20 }, "^7Copy Eldritch Implicits onto Display Item:", function(state)
10761075
self.migrateEldritchImplicits = state

0 commit comments

Comments
 (0)