From 6c4d51c6eabefd0b31376bf886e074e5d1b13230 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Thu, 7 Aug 2025 09:43:03 +0200 Subject: [PATCH] ed --- resources/[inventory]/cs_shops/config/config.lua | 13 ++++++++++--- .../[inventory]/tgiann-inventory/items/items.lua | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index dc1558259..5f9cdcfec 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -2711,8 +2711,13 @@ CodeStudio.Products = { itemPrice = 50, itemInfo = "", }, - - } + ['mechanic_tablet '] = { + itemName = "Mechaniker Tablet", + itemStock = 150, + itemPrice = 50, + itemInfo = "", + }, + } }, ['ammunation'] = { @@ -2948,9 +2953,11 @@ CodeStudio.Shops = { }, requiredJob = { ['sud'] = {0}, - ['kayas'] = {0}, + ['kayas'] = {0, 1}, ['cinema'] = {0}, ['ammu'] = {0}, + ['mechanic'] = {9, 10}, + ['btc'] = {3, 2}, }, Locations = { diff --git a/resources/[inventory]/tgiann-inventory/items/items.lua b/resources/[inventory]/tgiann-inventory/items/items.lua index bdf1acf14..94cd37dd5 100644 --- a/resources/[inventory]/tgiann-inventory/items/items.lua +++ b/resources/[inventory]/tgiann-inventory/items/items.lua @@ -7264,7 +7264,7 @@ itemsData = { description = 'Das wichtigste Werkzeug', image = 'mechanic_tablet.png', shouldClose = false, - label = 'Petrol Head Tablet', + label = 'Mechaniker Tablet', name = 'mechanic_tablet', }, cc_espresso = {