mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[MIRROR] Removes language encryption keys [MDB IGNORE] (#22170)
* 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 /🆑 * Removes language encryption keys * Removes our own translation keys too. --------- Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
co-authored by
LemonInTheDark
GoldenAlpharex
parent
c36d114dc7
commit
f42e8d2b17
@@ -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