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