From ae0bdb07ba54caa82c6d36065de579c9367218cc Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Thu, 10 Jul 2025 15:19:19 +0200 Subject: [PATCH] ed --- resources/[inventory]/cs_shops/config/config.lua | 6 ------ .../tgiann-inventory/configs/configVendingMachine.lua | 4 ++-- resources/[inventory]/tgiann-inventory/items/items.lua | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index ba17232da..765121cb9 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -303,12 +303,6 @@ CodeStudio.Products = { itemPrice = 2, itemInfo = "passt gut zum Gleitgel", }, - ['kakao'] = { - itemName = "Kakao Togo", - itemStock = 5000, - itemPrice = 4, - itemInfo = "", - }, ['coffee_beans'] = { itemName = "Packung Kaffeebohnen", itemStock = 5000, diff --git a/resources/[inventory]/tgiann-inventory/configs/configVendingMachine.lua b/resources/[inventory]/tgiann-inventory/configs/configVendingMachine.lua index da0187e28..ce281ba1d 100644 --- a/resources/[inventory]/tgiann-inventory/configs/configVendingMachine.lua +++ b/resources/[inventory]/tgiann-inventory/configs/configVendingMachine.lua @@ -46,7 +46,7 @@ config.vendingMachine = { 'prop_vend_coffe_01', }, items = { - { name = 'coffe', price = 4, amount = 50 }, + { name = 'coffee', price = 4, amount = 50 }, { name = 'kakao', price = 4, amount = 50 }, } }, @@ -55,7 +55,7 @@ config.vendingMachine = { 'prop_vend_water_01', }, items = { - { name = 'water', price = 4, amount = 50 }, + { name = 'water_bottle', price = 4, amount = 50 }, } }, { diff --git a/resources/[inventory]/tgiann-inventory/items/items.lua b/resources/[inventory]/tgiann-inventory/items/items.lua index 3de285c9f..57042c132 100644 --- a/resources/[inventory]/tgiann-inventory/items/items.lua +++ b/resources/[inventory]/tgiann-inventory/items/items.lua @@ -7882,7 +7882,7 @@ itemsData = { }, coffee = { useable = true, - weight = 200, + weight = 100, type = 'item', unique = false, description = 'Pump 4 Caffeine',