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 Jan 23, 2024
1 parent 44cc1bf commit ea9257c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions data-otservbr-global/scripts/weapons/unscripted_weapons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -5105,10 +5105,10 @@ local weapons = {
},
},
{
-- spear
itemId = 3277,
type = WEAPON_MISSILE,
breakchance = 3
-- spear
itemId = 3277,
type = WEAPON_MISSILE,
breakchance = 3,
},
{
-- hatchet
Expand Down

0 comments on commit ea9257c

Please sign in to comment.