This commit is contained in:
kappa-sama
2021-01-22 11:45:30 -05:00
committed by qweq12yt
parent 2e41925392
commit 1f7b15d8f8
3 changed files with 13 additions and 12 deletions
@@ -139,14 +139,3 @@
market.purchase(selected_item, viewing_category, params["method"], src, usr)
buying = FALSE
selected_item = null
/datum/crafting_recipe/blackmarket_uplink
name = "Black Market Uplink"
result = /obj/item/blackmarket_uplink
time = 30
tools = list(TOOL_SCREWDRIVER, TOOL_WIRECUTTER, TOOL_MULTITOOL)
reqs = list(/obj/item/stock_parts/subspace/amplifier = 1,
/obj/item/stack/cable_coil = 15,
/obj/item/radio = 1,
/obj/item/analyzer = 1)
category = CAT_MISC