Skip to content

Commit

Permalink
chore: changed the weight of some items
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Sep 14, 2024
1 parent 76e6cfd commit 36f17b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server-data/resources/[ox]/ox_inventory/data/items.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ return {

["cottonforbandages"] = {
label = "cotone per bende",
weight = 1,
weight = 5,
stack = true,
close = false,
consume = 0,
Expand Down Expand Up @@ -178,7 +178,7 @@ return {

["emerald"] = {
label = "Smeraldo",
weight = 1,
weight = 3,
stack = true,
close = false,
consume = 0,
Expand Down Expand Up @@ -462,7 +462,7 @@ return {

["backpack"] = {
label = "Backpack",
weight = 220,
weight = 200,
stack = false,
consume = 0,
client = {
Expand Down Expand Up @@ -574,7 +574,7 @@ return {

["medikit"] = {
label = "Medikit",
weight = 2,
weight = 10,
stack = true,
close = true,
},
Expand Down

0 comments on commit 36f17b9

Please sign in to comment.