Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Regisle committed Aug 13, 2024
1 parent 4b95e2e commit 8106642
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Classes/Item.lua
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ function ItemClass:ParseRaw(raw, rarity, highQuality)
l = l + 1
end
end
-- preprocess looking for modifer effect multipliers
-- preprocess looking for modifier effect multipliers
local modLineMultipliers = {}
for _, line in ipairs(self.rawLines) do
if line:find("effect") then
Expand Down Expand Up @@ -1186,7 +1186,7 @@ function ItemClass:Craft()
self.nameSuffix = ""
self.requirements.level = self.base.req.level
local statOrder = { }
-- preprocess looking for modifer effect multipliers
-- preprocess looking for modifier effect multipliers
local modLineMultipliers = {}
if self.base.tincture then
for _, list in ipairs({self.prefixes,self.suffixes}) do
Expand Down Expand Up @@ -1608,7 +1608,7 @@ function ItemClass:BuildModList()
end
end
end
-- preprocess looking for modifer effect multipliers
-- preprocess looking for modifier effect multipliers
local modLineMultipliers = {}
if self.base.tincture then
for _, modLine in ipairs(self.explicitModLines) do
Expand Down

0 comments on commit 8106642

Please sign in to comment.