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'] = {