Skip to content

Commit

Permalink
fix: remove comments in unscripted_weapons.lua (#2138)
Browse files Browse the repository at this point in the history
fixes #2137

---------

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Elson Costa <[email protected]>
  • Loading branch information
3 people authored Jan 23, 2024
1 parent 0cca850 commit 2010c9b
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions data-otservbr-global/scripts/weapons/unscripted_weapons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4605,14 +4605,14 @@ local weapons = {
itemId = 3348,
type = WEAPON_CLUB,
},
-- {
-- -- hunting spear
-- itemId = 3347,
-- type = WEAPON_MISSILE,
-- level = 20,
-- unproperly = true,
-- breakchance = 6
-- },
{
-- hunting spear
itemId = 3347,
type = WEAPON_MISSILE,
level = 20,
unproperly = true,
breakchance = 6,
},
{
-- ripper lance
itemId = 3346,
Expand Down Expand Up @@ -4650,17 +4650,17 @@ local weapons = {
unproperly = true,
action = "removecount",
},
-- {
-- -- -- arrow
-- -- itemId = 3447,
-- -- type = WEAPON_AMMO,
-- -- -- action = "removecount"
-- },
{
-- arrow
itemId = 3447,
type = WEAPON_AMMO,
action = "removecount",
},
{
-- bolt
itemId = 3446,
type = WEAPON_AMMO,
-- action = "removecount"
action = "removecount",
},
{
-- bow
Expand Down Expand Up @@ -5032,12 +5032,12 @@ local weapons = {
level = 80,
unproperly = true,
},
-- {
-- -- throwing star
-- itemId = 3287,
-- type = WEAPON_MISSILE,
-- breakchance = 10
-- },
{
-- throwing star
itemId = 3287,
type = WEAPON_MISSILE,
breakchance = 10,
},
{
-- mace
itemId = 3286,
Expand Down Expand Up @@ -5104,12 +5104,12 @@ local weapons = {
{ "Elite Knight" },
},
},
-- {
-- -- spear
-- itemId = 3277,
-- type = WEAPON_MISSILE,
-- -- breakchance = 3
-- },
{
-- spear
itemId = 3277,
type = WEAPON_MISSILE,
breakchance = 3,
},
{
-- hatchet
itemId = 3276,
Expand Down

0 comments on commit 2010c9b

Please sign in to comment.