diff --git a/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm b/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm index cf2558fa35..8890ed19fc 100644 --- a/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm +++ b/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm @@ -65,6 +65,9 @@ stock_max = 7 availability_prob = 100 +/* commented out until someone wants to port the actual boots + * i am unsure they are in accordance with server design ideals + /datum/blackmarket_item/clothing/rocket_boots name = "Rocket Boots" desc = "We found a pair of jump boots and overclocked the hell out of them. No liability for grevious harm to or with a body." @@ -73,3 +76,5 @@ price_max = 3000 stock_max = 1 availability_prob = 30 + +*/