From ea9257cc6f5d0e83e2d52193f85d2fcf738cec0c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 23 Jan 2024 11:37:15 +0000 Subject: [PATCH] Lua code format - (Stylua) --- .../scripts/weapons/unscripted_weapons.lua | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/data-otservbr-global/scripts/weapons/unscripted_weapons.lua b/data-otservbr-global/scripts/weapons/unscripted_weapons.lua index 20d7ab680dd..ae4f948c0d2 100644 --- a/data-otservbr-global/scripts/weapons/unscripted_weapons.lua +++ b/data-otservbr-global/scripts/weapons/unscripted_weapons.lua @@ -4606,12 +4606,12 @@ local weapons = { type = WEAPON_CLUB, }, { - -- hunting spear + -- hunting spear itemId = 3347, - type = WEAPON_MISSILE, - level = 20, - unproperly = true, - breakchance = 6 + type = WEAPON_MISSILE, + level = 20, + unproperly = true, + breakchance = 6, }, { -- ripper lance @@ -4651,16 +4651,16 @@ local weapons = { action = "removecount", }, { - -- arrow + -- arrow itemId = 3447, - type = WEAPON_AMMO, - action = "removecount" + type = WEAPON_AMMO, + action = "removecount", }, { -- bolt itemId = 3446, type = WEAPON_AMMO, - action = "removecount" + action = "removecount", }, { -- bow @@ -5033,10 +5033,10 @@ local weapons = { unproperly = true, }, { - -- throwing star + -- throwing star itemId = 3287, - type = WEAPON_MISSILE, - breakchance = 10 + type = WEAPON_MISSILE, + breakchance = 10, }, { -- mace @@ -5105,10 +5105,10 @@ local weapons = { }, }, { - -- spear - itemId = 3277, - type = WEAPON_MISSILE, - breakchance = 3 + -- spear + itemId = 3277, + type = WEAPON_MISSILE, + breakchance = 3, }, { -- hatchet