This commit is contained in:
Nordi98 2025-06-24 01:36:09 +02:00
parent a8e2d99050
commit 97fa1c4878
4 changed files with 90 additions and 17 deletions

View file

@ -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"