From fd424e086806c882f8b00c1ea04c5deff80e7643 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 1 Nov 2024 16:11:47 +0000 Subject: [PATCH] Lua code format - (Stylua) --- data/scripts/actions/items/gooey_mass.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/scripts/actions/items/gooey_mass.lua b/data/scripts/actions/items/gooey_mass.lua index 227a4c9c17b..fdf87fbd61d 100644 --- a/data/scripts/actions/items/gooey_mass.lua +++ b/data/scripts/actions/items/gooey_mass.lua @@ -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()