From ca957abb62b6af41adaa3cec201be47e72c858dc Mon Sep 17 00:00:00 2001 From: AzuleUtama <44248086+AzuleUtama@users.noreply.github.com> Date: Sun, 27 Jan 2019 12:56:06 +0000 Subject: [PATCH] Binary Key Description Fix --- code/datums/uplink_item.dm | 2 +- code/game/objects/items/devices/radio/encryptionkey.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 0076d8ef7e5..c2e05c97700 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -1216,7 +1216,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) /datum/uplink_item/device_tools/binary name = "Binary Translator Key" - desc = "A key, that when inserted into a radio headset, allows you to listen to and talk with artificial intelligences and cybernetic organisms in binary." + desc = "A key, that when inserted into a radio headset, allows you to listen to and talk with artificial intelligences and cybernetic organisms in binary. To talk on the binary channel, type :+= before your radio message." reference = "BITK" item = /obj/item/encryptionkey/binary cost = 5 diff --git a/code/game/objects/items/devices/radio/encryptionkey.dm b/code/game/objects/items/devices/radio/encryptionkey.dm index 46bf0498dd4..7816c27fb3f 100644 --- a/code/game/objects/items/devices/radio/encryptionkey.dm +++ b/code/game/objects/items/devices/radio/encryptionkey.dm @@ -43,7 +43,7 @@ /obj/item/encryptionkey/binary name = "binary translator key" - desc = "An encryption key for a radio headset. To access the binary channel, use :b." + desc = "An encryption key for a radio headset. To access the binary channel, use :+=." icon_state = "cypherkey" translate_binary = TRUE origin_tech = "syndicate=3;engineering=4;bluespace=3"