diff --git a/resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua b/resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua index d0f03adca..7f52b3970 100644 --- a/resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua +++ b/resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua @@ -120,16 +120,16 @@ Config.MechanicLocations = { }, mods = { repair = { enabled = true, price = 10000, percentVehVal = 0.8 }, - performance = { enabled = false, price = 500, percentVehVal = 0.01, priceMult = 0.1 }, - cosmetics = { enabled = false, price = 500, percentVehVal = 0.01, priceMult = 0.1 }, - stance = { enabled = false, price = 500, percentVehVal = 0.01 }, - respray = { enabled = false, price = 500, percentVehVal = 0.01 }, - wheels = { enabled = false, price = 500, percentVehVal = 0.01, priceMult = 0.1 }, - neonLights = { enabled = false, price = 500, percentVehVal = 0.01 }, - headlights = { enabled = false, price = 500, percentVehVal = 0.01 }, - tyreSmoke = { enabled = false, price = 500, percentVehVal = 0.01 }, - bulletproofTyres = { enabled = false, price = 500, percentVehVal = 0.01 }, - extras = { enabled = false, price = 500, percentVehVal = 0.01 } + 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 }, + respray = { enabled = true, price = 500, percentVehVal = 0.01 }, + wheels = { enabled = true, price = 500, percentVehVal = 0.01, priceMult = 0.1 }, + neonLights = { enabled = true, price = 500, percentVehVal = 0.01 }, + headlights = { enabled = true, price = 500, percentVehVal = 0.01 }, + tyreSmoke = { enabled = true, price = 500, percentVehVal = 0.01 }, + bulletproofTyres = { enabled = true, price = 500, percentVehVal = 0.01 }, + extras = { enabled = true, price = 500, percentVehVal = 0.01 } }, }, Petrol_Head = {