forked from Simnation/Main
config edit
This commit is contained in:
parent
253cc4fb9b
commit
b387a0a8c1
1 changed files with 18 additions and 1 deletions
|
@ -369,7 +369,24 @@ CodeStudio.Products = {
|
|||
itemPrice = 6,
|
||||
itemInfo = "",
|
||||
},
|
||||
|
||||
['vape'] = {
|
||||
itemName = "E-Dampfe",
|
||||
itemStock = 5000,
|
||||
itemPrice = 200,
|
||||
itemInfo = "",
|
||||
},
|
||||
['vapejuice'] = {
|
||||
itemName = "E-Liquid",
|
||||
itemStock = 5000,
|
||||
itemPrice = 10,
|
||||
itemInfo = "",
|
||||
},
|
||||
['pipe'] = {
|
||||
itemName = "Pfeife",
|
||||
itemStock = 5000,
|
||||
itemPrice = 600,
|
||||
itemInfo = "",
|
||||
},
|
||||
}
|
||||
},
|
||||
['liquor'] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue