Fix encryption key name

This commit is contained in:
Markolie
2014-11-21 23:58:13 +01:00
parent afff26945e
commit 1269fe7d4e
2 changed files with 3 additions and 3 deletions
@@ -1,7 +1,7 @@
/obj/item/device/encryptionkey/
name = "Standard Encrpytion Key"
desc = "An encyption key for a radio headset. Has no special codes in it. WHY DOES IT EXIST? ASK NANOTRASEN."
name = "Standard Encryption Key"
desc = "An encyption key for a radio headset. Has no special codes in it."
icon = 'icons/obj/radio.dmi'
icon_state = "cypherkey"
item_state = ""
+1 -1
View File
@@ -2144,7 +2144,7 @@ datum/design/borg_syndicate_module
/////////////PDA and Radio stuff/////////
/////////////////////////////////////////
datum/design/binaryencrypt
name = "Binary Encrpytion Key"
name = "Binary Encryption Key"
desc = "An encyption key for a radio headset. Contains cypherkeys."
id = "binaryencrypt"
req_tech = list("syndicate" = 2)