From b387a0a8c10a8397a7f75e35fe228713c63e6cb1 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Tue, 10 Jun 2025 00:40:56 +0200 Subject: [PATCH] config edit --- .../[inventory]/cs_shops/config/config.lua | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index 963b3beb5..477016abe 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -369,7 +369,24 @@ CodeStudio.Products = { itemPrice = 6, itemInfo = "", }, - + ['vape'] = { + itemName = "E-Dampfe", + itemStock = 5000, + itemPrice = 200, + itemInfo = "", + }, + ['vapejuice'] = { + itemName = "E-Liquid", + itemStock = 5000, + itemPrice = 10, + itemInfo = "", + }, + ['pipe'] = { + itemName = "Pfeife", + itemStock = 5000, + itemPrice = 600, + itemInfo = "", + }, } }, ['liquor'] = {