Skip to content

Commit

Permalink
chore: change the weights of the water and the cola
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Sep 17, 2024
1 parent 1d4a99e commit 82d455b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server-data/resources/[ox]/ox_inventory/data/items.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ return {

["cola"] = {
label = "eCola",
weight = 350,
weight = 70,
client = {
status = { thirst = 200000 },
anim = { dict = "mp_player_intdrink", clip = "loop_bottle" },
Expand Down Expand Up @@ -278,7 +278,7 @@ return {

["water"] = {
label = "Water",
weight = 500,
weight = 150,
client = {
status = { thirst = 200000 },
anim = { dict = "mp_player_intdrink", clip = "loop_bottle" },
Expand Down

0 comments on commit 82d455b

Please sign in to comment.