From a2d2efafc347744190269f691c9ac786965a8941 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 13 Jun 2025 21:01:13 +0200 Subject: [PATCH] Update mechanic --- resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua b/resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua index 7f52b3970..3b87bb044 100644 --- a/resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua +++ b/resources/[jobs]/[mechanic]/jg-mechanic/config/config.lua @@ -240,6 +240,7 @@ Config.MechanicLocations = { { name = "nitrous_bottle", label = "NOS voll", price = 0 }, { name = "nitrous_install_kit", label = "NOS Kit", price = 0 }, { name = "performance_part", label = "Pervormance Kit", price = 0 }, + { name = "extras_kit", label = "Extra Kit", price = 0 }, { name = "manual_gearbox", label = "Umbau auf Schalter", price = 0 }, { name = "repair_kit", label = "Werkzeug-Koffer", price = 0 }, { name = "duct_tape", label = "Panzertape", price = 0 },