Skip to content
Snippets Groups Projects
Commit 93850c78 authored by Sebastian Vråle's avatar Sebastian Vråle
Browse files

fix indents

parent 59dd2c23
No related branches found
No related tags found
1 merge request!14Bug fixes
......@@ -6261,8 +6261,8 @@ newEntity{ base = "BASE_GREATMAUL",
self.talent_on_spell = nil
local scalingFactor = gem.material_level
local combatFactor = math.max(scalingFactor, 2) -- Prevent tier 1 gems from degrading the maul
local scalingFactor = gem.material_level
local combatFactor = math.max(scalingFactor, 2) -- Prevent tier 1 gems from degrading the maul
self.material_level=combatFactor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment