From 975debf86e1907ee0156a514e8d7fe14bb3d3d82 Mon Sep 17 00:00:00 2001 From: generalthrax <139387950+generalthrax@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:44:46 -0500 Subject: [PATCH] More Rust Reds (#3423) ## About The Pull Request Increases rust reds on the black market from maximum 1 to a maximum of 3 ## Why It's Good For The Game Makes them about as available as the other suits on the market. They Suck, shouldn't really matter ## Changelog :cl: balance: Rust Reds on the blackmarket are now available to a maximum of 3 /:cl: --- code/modules/cargo/blackmarket/blackmarket_items/clothing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm b/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm index d049589fe40a..7a9803085ab8 100644 --- a/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm +++ b/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm @@ -264,7 +264,7 @@ price_min = 1500 price_max = 2500 - stock = 1 + stock_max = 3 availability_prob = 30 /datum/blackmarket_item/clothing/frontiersmen_hardsuit