mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user