From 780c401d5ca1cde3af3d7d45f96dcda2cc8fa10d Mon Sep 17 00:00:00 2001 From: qweq12yt <45515587+qweq12yt@users.noreply.github.com> Date: Thu, 25 Mar 2021 19:05:22 -0300 Subject: [PATCH] commented out rocket_boots, check comments i could port it but i would like to pass it through other players/maintainers --- code/modules/cargo/blackmarket/blackmarket_items/clothing.dm | 5 +++++ 1 file changed, 5 insertions(+) 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 + +*/