diff --git a/resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua b/resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua index 3e9a9a54f..8bc1f2cf5 100644 --- a/resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua +++ b/resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua @@ -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 },