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 Nov 1, 2024
1 parent 3bd69f9 commit fd424e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/scripts/actions/items/gooey_mass.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local config = {
{ chanceFrom = 7952, chanceTo = 9843, itemId = 238, count = 2 }, -- great mana potion
{ chanceFrom = 9844, chanceTo = 9941, itemId = 9058 }, -- gold ingot
{ chanceFrom = 9942, chanceTo = 9987, itemId = 14143 }, -- four-leaf clover
{ chanceFrom = 9988, chanceTo = 10000, itemId = 14089 } -- hive scythe
{ chanceFrom = 9988, chanceTo = 10000, itemId = 14089 }, -- hive scythe
}

local gooeyMass = Action()
Expand Down

0 comments on commit fd424e0

Please sign in to comment.