Skip to content

Commit 41b6673

Browse files
committed
comments, whitespace
1 parent 018de98 commit 41b6673

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
@@ -1549,9 +1549,8 @@ local function copyAnointsAndEldritchImplicits(self, newItem)
15491549
newItem.enchantModLines = currentAnoint
15501550
end
15511551
end
1552-
1553-
-- 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
1554-
-- and your current respective item does, apply those implicits and influence to the new item
1552+
-- if the new item is a Normal, Magic, or Rare Helmet, Body Armour, Gloves, or Boots and does not have any influence
1553+
-- and your current respective item has Eater and/or Exarch, apply those implicits and influence to the new item
15551554
local implicitBaseTypes = { "Helmet", "Body Armour", "Gloves", "Boots" }
15561555
local implicitRarities = { "NORMAL", "MAGIC", "RARE" }
15571556
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
@@ -1036,7 +1036,6 @@ function main:OpenOptionsPopup()
10361036
end)
10371037
controls.slotOnlyTooltips.state = self.slotOnlyTooltips
10381038

1039-
10401039
nextRow()
10411040
controls.migrateEldritchImplicits = new("CheckBoxControl", { "TOPLEFT", nil, "TOPLEFT" }, { defaultLabelPlacementX, currentY, 20 }, "^7Copy Eldritch Implicits onto Display Item:", function(state)
10421041
self.migrateEldritchImplicits = state

0 commit comments

Comments
 (0)