forked from Simnation/Main
ed
This commit is contained in:
parent
421fb3b261
commit
6c4d51c6ea
2 changed files with 11 additions and 4 deletions
|
@ -2711,7 +2711,12 @@ CodeStudio.Products = {
|
||||||
itemPrice = 50,
|
itemPrice = 50,
|
||||||
itemInfo = "",
|
itemInfo = "",
|
||||||
},
|
},
|
||||||
|
['mechanic_tablet '] = {
|
||||||
|
itemName = "Mechaniker Tablet",
|
||||||
|
itemStock = 150,
|
||||||
|
itemPrice = 50,
|
||||||
|
itemInfo = "",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -2948,9 +2953,11 @@ CodeStudio.Shops = {
|
||||||
},
|
},
|
||||||
requiredJob = {
|
requiredJob = {
|
||||||
['sud'] = {0},
|
['sud'] = {0},
|
||||||
['kayas'] = {0},
|
['kayas'] = {0, 1},
|
||||||
['cinema'] = {0},
|
['cinema'] = {0},
|
||||||
['ammu'] = {0},
|
['ammu'] = {0},
|
||||||
|
['mechanic'] = {9, 10},
|
||||||
|
['btc'] = {3, 2},
|
||||||
|
|
||||||
},
|
},
|
||||||
Locations = {
|
Locations = {
|
||||||
|
|
|
@ -7264,7 +7264,7 @@ itemsData = {
|
||||||
description = 'Das wichtigste Werkzeug',
|
description = 'Das wichtigste Werkzeug',
|
||||||
image = 'mechanic_tablet.png',
|
image = 'mechanic_tablet.png',
|
||||||
shouldClose = false,
|
shouldClose = false,
|
||||||
label = 'Petrol Head Tablet',
|
label = 'Mechaniker Tablet',
|
||||||
name = 'mechanic_tablet',
|
name = 'mechanic_tablet',
|
||||||
},
|
},
|
||||||
cc_espresso = {
|
cc_espresso = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue