Skip to content

Commit

Permalink
Lua code format - (Stylua)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 31, 2024
1 parent 7315b1a commit d9792cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/scripts/actions/tools/crushers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ local config = {
fragmentGems = {
small = { ids = { 44602, 44605, 44608, 44611 }, fragment = 46625, range = { 1, 4 } },
medium = { ids = { 44603, 44606, 44609, 44612 }, fragment = 46625, range = { 2, 8 } },
great = { ids = { 44604, 44607, 44610, 44613 }, fragment = 46626, range = { 1, 4 } }
}
great = { ids = { 44604, 44607, 44610, 44613 }, fragment = 46626, range = { 1, 4 } },
},
}

local function getGemData(gemId)
Expand Down Expand Up @@ -83,4 +83,4 @@ function crusher.onUse(player, item, fromPosition, target, toPosition, isHotkey)
end

crusher:id(46627)
crusher:register()
crusher:register()

0 comments on commit d9792cb

Please sign in to comment.