forked from Simnation/Main
ed
This commit is contained in:
parent
87623c8379
commit
51011386e8
1 changed files with 1 additions and 2 deletions
|
@ -97,7 +97,6 @@ Config.AdminsHaveEmployeePermissions = true -- admins can use tablet & interact
|
|||
Config.MechanicEmployeesCanSelfServiceMods = false -- set to true to allow mechanic employees to bypass the "place order" system at their own mechanic
|
||||
Config.FullRepairAdminCommand = "vfix"
|
||||
Config.MechanicAdminCommand = "mechanicadmin"
|
||||
Config.ChangePlateDuringPreview = "PREVIEW"
|
||||
Config.RequireManagementForOrderDeletion = false
|
||||
Config.UseCustomNamesInTuningMenu = false
|
||||
|
||||
|
@ -124,7 +123,7 @@ Config.MechanicLocations = {
|
|||
scale = 0.7
|
||||
},
|
||||
mods = {
|
||||
repair = { enabled = true, price = 10000, percentVehVal = 0.8 },
|
||||
repair = { enabled = true, price = 100, percentVehVal = 0.8 },
|
||||
performance = { enabled = true, price = 500, percentVehVal = 0.01, priceMult = 0.1 },
|
||||
cosmetics = { enabled = true, price = 500, percentVehVal = 0.01, priceMult = 0.1 },
|
||||
stance = { enabled = true, price = 500, percentVehVal = 0.01 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue