Skip to content

Commit

Permalink
chore: possibility of purchasing bread and water in the mine store
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Sep 12, 2024
1 parent 74f1ca1 commit 70d2660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server-data/resources/[ox]/ox_inventory/data/shops.lua
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ return {
},
inventory = {
{ name = "pickaxe", price = 30 },
{ name = "water", price = 100 },
{ name = "burger", price = 70 },
},
locations = {
vec3(2571.151611, 2720.690186, 42.911377),
Expand Down

0 comments on commit 70d2660

Please sign in to comment.