diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index f11849b86..004bb1763 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -628,10 +628,10 @@ CodeStudio.Products = { itemPrice = 800, itemInfo = "", }, - ['Steinbohrer'] = { + ['stonedrill'] = { itemName = "Steinbohrer", itemStock = 150, - itemPrice = 60, + itemPrice = 40, itemInfo = "", }, ['knife'] = { @@ -640,7 +640,18 @@ CodeStudio.Products = { itemPrice = 600, itemInfo = "", }, - + ['pump'] = { + itemName = "Akku Pumpe", + itemStock = 150, + itemPrice = 600, + itemInfo = "", + }, + ['kanister'] = { + itemName = "leerer Kanister", + itemStock = 150, + itemPrice = 20, + itemInfo = "", + },