forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
6d7c4fe4e9
commit
163c25aa9a
1 changed files with 6 additions and 1 deletions
|
@ -687,7 +687,12 @@ CodeStudio.Products = {
|
||||||
itemPrice = 20,
|
itemPrice = 20,
|
||||||
itemInfo = "",
|
itemInfo = "",
|
||||||
},
|
},
|
||||||
|
['barrel'] = {
|
||||||
|
itemName = "leeres Metallfass",
|
||||||
|
itemStock = 150,
|
||||||
|
itemPrice = 20,
|
||||||
|
itemInfo = "",
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue