forked from Simnation/Main
ed
This commit is contained in:
parent
421fb3b261
commit
6c4d51c6ea
2 changed files with 11 additions and 4 deletions
|
@ -2711,8 +2711,13 @@ CodeStudio.Products = {
|
|||
itemPrice = 50,
|
||||
itemInfo = "",
|
||||
},
|
||||
|
||||
}
|
||||
['mechanic_tablet '] = {
|
||||
itemName = "Mechaniker Tablet",
|
||||
itemStock = 150,
|
||||
itemPrice = 50,
|
||||
itemInfo = "",
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
['ammunation'] = {
|
||||
|
@ -2948,9 +2953,11 @@ CodeStudio.Shops = {
|
|||
},
|
||||
requiredJob = {
|
||||
['sud'] = {0},
|
||||
['kayas'] = {0},
|
||||
['kayas'] = {0, 1},
|
||||
['cinema'] = {0},
|
||||
['ammu'] = {0},
|
||||
['mechanic'] = {9, 10},
|
||||
['btc'] = {3, 2},
|
||||
|
||||
},
|
||||
Locations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue