diff --git a/code/game/objects/items/devices/radio/encryptionkey.dm b/code/game/objects/items/devices/radio/encryptionkey.dm index 1ad33aa3c73..d3f26b13f34 100644 --- a/code/game/objects/items/devices/radio/encryptionkey.dm +++ b/code/game/objects/items/devices/radio/encryptionkey.dm @@ -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 diff --git a/code/modules/cargo/goodies.dm b/code/modules/cargo/goodies.dm index 5c0e71f4846..c6e8a25d08c 100644 --- a/code/modules/cargo/goodies.dm +++ b/code/modules/cargo/goodies.dm @@ -213,36 +213,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." diff --git a/icons/obj/radio.dmi b/icons/obj/radio.dmi index 7794b8ca5c8..da2cd5ab9db 100644 Binary files a/icons/obj/radio.dmi and b/icons/obj/radio.dmi differ diff --git a/modular_skyrat/master_files/code/game/objects/items/encryptionkey.dm b/modular_skyrat/master_files/code/game/objects/items/encryptionkey.dm deleted file mode 100644 index 793371eff89..00000000000 --- a/modular_skyrat/master_files/code/game/objects/items/encryptionkey.dm +++ /dev/null @@ -1,101 +0,0 @@ -/obj/item/encryptionkey/translation - name = "translation key" - desc = "An encryption key that automatically encodes nothing. You shouldn't be seeing this." - icon_state = "translation_cypherkey" - greyscale_config = null - greyscale_colors = null - -/obj/item/encryptionkey/translation/beach_bum - name = "\improper Beachtongue translation key" - desc = "An encryption key that automatically encodes Beachtongue heard through the radio into common." - translated_language = /datum/language/beachbum - -/obj/item/encryptionkey/translation/buzzwords - name = "\improper Buzzwords translation key" - desc = "An encryption key that automatically encodes Buzzwords heard through the radio into common." - translated_language = /datum/language/buzzwords - -/obj/item/encryptionkey/translation/gutter - name = "\improper Gutter translation key" - desc = "An encryption key that automatically encodes Gutter heard through the radio into common." - translated_language = /datum/language/gutter - -/obj/item/encryptionkey/translation/machine - name = "\improper Encoded Audio Language translation key" - desc = "An encryption key that automatically encodes Encoded Audio Language heard through the radio into common." - translated_language = /datum/language/machine - -/obj/item/encryptionkey/translation/mushroom - name = "\improper Mushroom translation key" - desc = "An encryption key that automatically encodes Mushroom heard through the radio into common." - translated_language = /datum/language/mushroom - -/obj/item/encryptionkey/pan_slavic - name = "\improper Pan-Slavic translation key" - desc = "An encryption key that automatically encodes Pan-Slavic heard through the radio into common." - translated_language = /datum/language/panslavic - -/obj/item/encryptionkey/translation/shadow - name = "\improper Shadowtongue translation key" - desc = "An encryption key that automatically encodes Shadowtongue heard through the radio into common." - translated_language = /datum/language/shadowtongue - -/obj/item/encryptionkey/translation/skrellian - name = "\improper Skrellian translation key" - desc = "An encryption key that automatically encodes Skrellian heard through the radio into common." - translated_language = /datum/language/skrell - -/obj/item/encryptionkey/translation/slime - name = "\improper Slime translation key" - desc = "An encryption key that automatically encodes Slime heard through the radio into common." - translated_language = /datum/language/slime - -/obj/item/encryptionkey/translation/spacer - name = "\improper Spacer translation key" - desc = "An encryption key that automatically encodes Spacer heard through the radio into common." - translated_language = /datum/language/spacer - -/obj/item/encryptionkey/translation/sylvan - name = "\improper Sylvan translation key" - desc = "An encryption key that automatically encodes Sylvan heard through the radio into common." - translated_language = /datum/language/sylvan - -/obj/item/encryptionkey/translation/tajaran - name = "\improper Siik'tajr translation key" - desc = "An encryption key that automatically encodes Siik'tajr heard through the radio into common." - translated_language = /datum/language/siiktajr - -/obj/item/encryptionkey/translation/akula - name = "\improper Te Velu Akko translation key" - desc = "An encryption key that automatically encodes Te Velu Akko heard through the radio into common." - translated_language = /datum/language/akulan - -/obj/item/encryptionkey/translation/terrum - name = "\improper Terrum translation key" - desc = "An encryption key that automatically encodes Terrum heard through the radio into common." - translated_language = /datum/language/terrum - -/obj/item/encryptionkey/translation/teshari - name = "\improper Schechi translation key" - desc = "An encryption key that automatically encodes Schechi heard through the radio into common." - translated_language = /datum/language/schechi - -/obj/item/encryptionkey/translation/uncommon - name = "\improper Galactic Uncommon translation key" - desc = "An encryption key that automatically encodes Galactic Uncommon heard through the radio into common." - translated_language = /datum/language/uncommon - -/obj/item/encryptionkey/translation/vox - name = "\improper Vox-pidgin translation key" - desc = "An encryption key that automatically encodes Vox-pidgin heard through the radio into common." - translated_language = /datum/language/vox - -/obj/item/encryptionkey/translation/vulpkanin - name = "\improper Canilunzt translation key" - desc = "An encryption key that automatically encodes Canilunzt heard through the radio into common." - translated_language = /datum/language/canilunzt - -/obj/item/encryptionkey/translation/yangyu - name = "\improper Yangyu translation key" - desc = "An encryption key that automatically encodes Yangyu heard through the radio into common." - translated_language = /datum/language/yangyu diff --git a/tgstation.dme b/tgstation.dme index 95e092c0b38..92f48eca0ff 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -5497,7 +5497,6 @@ #include "modular_skyrat\master_files\code\game\objects\items\AI_modules.dm" #include "modular_skyrat\master_files\code\game\objects\items\cards_ids.dm" #include "modular_skyrat\master_files\code\game\objects\items\dyekit.dm" -#include "modular_skyrat\master_files\code\game\objects\items\encryptionkey.dm" #include "modular_skyrat\master_files\code\game\objects\items\hhmirror.dm" #include "modular_skyrat\master_files\code\game\objects\items\holy_weapons.dm" #include "modular_skyrat\master_files\code\game\objects\items\oxygen_candle.dm"