edit
This commit is contained in:
parent
a8e2d99050
commit
97fa1c4878
4 changed files with 90 additions and 17 deletions
|
@ -47,10 +47,10 @@ Config.JobDiscounts = {
|
|||
Config.DefaultValues = {
|
||||
-- Default price for each type
|
||||
fuelPrice = {
|
||||
regular = 6.00,
|
||||
plus = 8.00,
|
||||
premium = 10.00,
|
||||
diesel = 4.00,
|
||||
regular = 2.00,
|
||||
plus = 4.00,
|
||||
premium = 6.00,
|
||||
diesel = 2.00,
|
||||
},
|
||||
-- Set if the pump will have stock of each fuel type or not when not owned
|
||||
fuelStock = {
|
||||
|
@ -261,7 +261,8 @@ Config.DieselVehicles = {
|
|||
"brickadet",
|
||||
"brickadeta",
|
||||
"brickadebr",
|
||||
"brickaderv"
|
||||
"brickaderv",
|
||||
"muleflatbed"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue