Skip to content

Commit

Permalink
chore: the quantity of nourishment increases
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jun 21, 2024
1 parent 93cd523 commit b47e68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-data/resources/[ox]/ox_inventory/data/items.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ return {
label = "Burger",
weight = 220,
client = {
status = { hunger = 2000 },
status = { hunger = 25000 },
anim = "eating",
prop = "burger",
usetime = 2500,
Expand Down

0 comments on commit b47e68b

Please sign in to comment.