diff --git a/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm b/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm index 5bdc44f68d..696a55072f 100644 --- a/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm +++ b/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm @@ -53,7 +53,7 @@ price_max = 200 stock_min = 3 stock_max = 7 - availability_prob = 80 + availability_prob = 100 /datum/blackmarket_item/clothing/earmuffs name = "Earmuffs" @@ -63,4 +63,4 @@ price_max = 200 stock_min = 3 stock_max = 7 - availability_prob = 80 + availability_prob = 100 diff --git a/code/modules/cargo/blackmarket/blackmarket_items/consumables.dm b/code/modules/cargo/blackmarket/blackmarket_items/consumables.dm index 9d2ac335cf..80a8ff400c 100644 --- a/code/modules/cargo/blackmarket/blackmarket_items/consumables.dm +++ b/code/modules/cargo/blackmarket/blackmarket_items/consumables.dm @@ -55,11 +55,11 @@ stock_max = 5 price_min = 80 price_max = 170 - availability_prob = 90 + availability_prob = 70 /datum/blackmarket_item/consumable/stray_drink name = "A random drink" - desc = "A surprise drink direcly from the counter. No refunds on spilling." + desc = "A surprise drink direcly from the counter. No refunds if the glass breaks." // it will always break if it's launched at the station item = /obj/item/reagent_containers/food/drinks/drinkingglass stock_min = 10 stock_max = 15 diff --git a/code/modules/cargo/blackmarket/blackmarket_items/misc.dm b/code/modules/cargo/blackmarket/blackmarket_items/misc.dm index f84fe6c66c..9f5cb841e4 100644 --- a/code/modules/cargo/blackmarket/blackmarket_items/misc.dm +++ b/code/modules/cargo/blackmarket/blackmarket_items/misc.dm @@ -37,11 +37,11 @@ name = "Strange Seeds" desc = "An Exotic Variety of seed that can contain anything from glow to acid." item = /obj/item/seeds/random - price_min = 320 - price_max = 360 + price_min = 250 + price_max = 350 stock_min = 2 stock_max = 5 - availability_prob = 80 + availability_prob = 100 /datum/blackmarket_item/misc/smugglers_satchel name = "Smuggler's Satchel" diff --git a/code/modules/cargo/blackmarket/blackmarket_items/tools.dm b/code/modules/cargo/blackmarket/blackmarket_items/tools.dm index 5406cf57c0..644211debf 100644 --- a/code/modules/cargo/blackmarket/blackmarket_items/tools.dm +++ b/code/modules/cargo/blackmarket/blackmarket_items/tools.dm @@ -69,7 +69,7 @@ desc = "These glasses scan the contents of containers and projects their contents to the user in an easy-to-read format." item = /obj/item/clothing/glasses/science price_min = 200 - price_max = 250 + price_max = 300 stock_max = 5 availability_prob = 80 @@ -78,6 +78,6 @@ desc = "These let you see through walls and inspect other structures." item = /obj/item/clothing/glasses/meson price_min = 200 - price_max = 250 + price_max = 300 stock_max = 5 availability_prob = 80