From b9115d8344c300da4e8e3fb6ad71a8231f69e487 Mon Sep 17 00:00:00 2001 From: ReezeBL Date: Sun, 3 Dec 2023 20:35:52 +0300 Subject: [PATCH] go to modular. again. --- .../code/game/objects/items/encryptionkey.dm | 101 ------------------ tgstation.dme | 1 - 2 files changed, 102 deletions(-) delete mode 100644 modular_skyrat/master_files/code/game/objects/items/encryptionkey.dm 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 a76b984c3cc..f45c063f23d 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -6141,7 +6141,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"