From d6ab57653046aa8a55beb5c07dea77caef47add4 Mon Sep 17 00:00:00 2001 From: qweq12yt <45515587+qweq12yt@users.noreply.github.com> Date: Thu, 25 Mar 2021 18:17:47 -0300 Subject: [PATCH] ported rocket boots --- .../cargo/blackmarket/blackmarket_items/clothing.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm b/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm index 696a55072f..cf2558fa35 100644 --- a/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm +++ b/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm @@ -64,3 +64,12 @@ stock_min = 3 stock_max = 7 availability_prob = 100 + +/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." + item = /obj/item/clothing/shoes/bhop/rocket + price_min = 1500 + price_max = 3000 + stock_max = 1 + availability_prob = 30