From 51011386e880c748f37e3a5be06eaa89e233a251 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Thu, 7 Aug 2025 15:12:14 +0200 Subject: [PATCH] ed --- resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 },