From fde654557c8fc6f47edd6099f72743e225050360 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sat, 18 Jul 2015 21:54:32 -0400 Subject: [PATCH] Minor Uplink Cost Adjustments --- code/datums/uplink_item.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 5f79615f4b9..bfbb29b90ff 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -586,7 +586,7 @@ var/list/uplink_items = list() name = "Syndicate Encryption Key" desc = "A key, that when inserted into a radio headset, allows you to listen to all station department channels as well as talk on an encrypted Syndicate channel." item = /obj/item/device/encryptionkey/syndicate - cost = 5 + cost = 2 //Nowhere near as useful as the Binary Key! surplus = 75 /datum/uplink_item/device_tools/hacked_module @@ -679,7 +679,7 @@ var/list/uplink_items = list() name = "Uplink Implant" desc = "An implant injected into the body, and later activated using a bodily gesture to open an uplink with 5 telecrystals. The ability for an agent to open an uplink after their posessions have been stripped from them makes this implant excellent for escaping confinement." item = /obj/item/weapon/implanter/uplink - cost = 20 + cost = 14 surplus = 0 /datum/uplink_item/implants/explosive