From a89fb1087c60eacaf62317c762a6f6a8639d0b38 Mon Sep 17 00:00:00 2001 From: R3dtail <45108567+R3dtail@users.noreply.github.com> Date: Wed, 24 Mar 2021 22:46:12 -0500 Subject: [PATCH] Update blackmarket_uplink.dm Gives the item a description and actually gives somewhat of an idea of what it does and how to use it --- code/modules/cargo/blackmarket/blackmarket_uplink.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/cargo/blackmarket/blackmarket_uplink.dm b/code/modules/cargo/blackmarket/blackmarket_uplink.dm index bcbed59b38..2d64bcd8b7 100644 --- a/code/modules/cargo/blackmarket/blackmarket_uplink.dm +++ b/code/modules/cargo/blackmarket/blackmarket_uplink.dm @@ -1,5 +1,6 @@ /obj/item/blackmarket_uplink name = "Black Market Uplink" + desc = "A cobbled together mishmash of a subspace amplifier, a radio, and an analyzer bound together with some cables. Somehow, this pinnacle of hodge-podge engineering is able to access the black market. Such a sordid place has a variable inventory in limited stock at inflated prices...but at least you won't have to dirty your hands making the items yourself once you have this device. Remember, no refunds, and once you buy the item it's up to you to be able to retrieve it from the drop-off point." icon = 'icons/obj/blackmarket.dmi' icon_state = "uplink" // UI variables.