Removes language encryption keys (#76309)

## About The Pull Request

We want languages to be special to species, these devalue that and make
them far too common.
The listen only thing does this especially badly. I'm sorry arcane I
know it's good for cargo but this vibes horrible and we shouldn't have
it

## Why It's Good For The Game

You should be able to talk privately via language with minimal snoopage

## Changelog
🆑
del: Removed language encryption keys from cargo, s bad for species
talking among each other, a thing we want them to do
/🆑
This commit is contained in:
LemonInTheDark
2023-07-01 15:28:30 +01:00
committed by GitHub
parent 2afa924349
commit 064c8893bf
3 changed files with 0 additions and 70 deletions
@@ -192,43 +192,3 @@
/obj/item/encryptionkey/secbot
channels = list(RADIO_CHANNEL_AI_PRIVATE = 1, RADIO_CHANNEL_SECURITY = 1)
/obj/item/encryptionkey/moth
name = "\improper Moffic translation key"
desc = "An encryption key that automatically encodes moffic heard through the radio into common. The signal's a little fuzzy."
icon_state = "translation_cypherkey"
translated_language = /datum/language/moffic
greyscale_config = null
greyscale_colors = null
/obj/item/encryptionkey/tiziran
name = "\improper Tiziran translation key"
desc = "An encryption key that automatically encodes draconic heard through the radio into common. The signal's not quite to scale."
icon_state = "translation_cypherkey"
translated_language = /datum/language/draconic
greyscale_config = null
greyscale_colors = null
/obj/item/encryptionkey/plasmaman
name = "\improper Calcic translation key"
desc = "An encryption key that automatically encodes calcic heard through the radio into common. The signal lacks a bit of teeth."
icon_state = "translation_cypherkey"
translated_language = /datum/language/calcic
greyscale_config = null
greyscale_colors = null
/obj/item/encryptionkey/ethereal
name = "\improper Ethereal translation key"
desc = "An encryption key that automatically encodes ethereal heard through the radio into common. The signal's overpowering."
icon_state = "translation_cypherkey"
translated_language = /datum/language/voltaic
greyscale_config = null
greyscale_colors = null
/obj/item/encryptionkey/felinid
name = "\improper Felinid translation key"
desc = "An encryption key that automatically encodes nekomimetic heard through the radio into common. The signal's rather scratchy."
icon_state = "translation_cypherkey"
translated_language = /datum/language/nekomimetic
greyscale_config = null
greyscale_colors = null
-30
View File
@@ -206,36 +206,6 @@
cost = PAYCHECK_CREW * 10
contains = list(/obj/item/construction/rld)
/datum/supply_pack/goody/moth_encryption_key
name = "Moffic radio encryption key"
desc = "A hi-tech radio encryption key that allows the wearer to understand moffic when the radio is worn."
cost = PAYCHECK_CREW * 12
contains = list(/obj/item/encryptionkey/moth)
/datum/supply_pack/goody/lizard_encryption_key
name = "Draconic radio encryption key"
desc = "A hi-tech radio encryption key that allows the wearer to understand draconic when the radio is worn."
cost = PAYCHECK_CREW * 12
contains = list(/obj/item/encryptionkey/tiziran)
/datum/supply_pack/goody/plasmaman_encryption_key
name = "Calcic radio encryption key"
desc = "A hi-tech radio encryption key that allows the wearer to understand calcic when the radio is worn."
cost = PAYCHECK_CREW * 12
contains = list(/obj/item/encryptionkey/plasmaman)
/datum/supply_pack/goody/ethereal_encryption_key
name = "Voltaic radio encryption key"
desc = "A hi-tech radio encryption key that allows the wearer to understand voltaic when the radio is worn."
cost = PAYCHECK_CREW * 12
contains = list(/obj/item/encryptionkey/ethereal)
/datum/supply_pack/goody/felinid_encryption_key
name = "Felinid radio encryption key"
desc = "A hi-tech radio encryption key that allows the wearer to understand nekomimetic when the radio is worn."
cost = PAYCHECK_CREW * 12
contains = list(/obj/item/encryptionkey/felinid)
/datum/supply_pack/goody/fishing_toolbox
name = "Fishing toolbox"
desc = "Complete toolbox set for your fishing adventure. Advanced hooks and lines sold separetely."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB