From 2f8b6c721efa9598cf87ec21357a4a3479a317e0 Mon Sep 17 00:00:00 2001 From: Skies-Of-Blue <86762641+Skies-Of-Blue@users.noreply.github.com> Date: Fri, 8 Mar 2024 17:24:25 -0800 Subject: [PATCH] Silicon Language Fix (#2807) ## About The Pull Request Resolves https://github.com/shiptest-ss13/Shiptest/issues/2651, allowing silicons to now understand Rachnidian and Calcic but not speak it. ## Why It's Good For The Game Bugs bad ## Changelog :cl: fix: silicons have had their language software patched, now capable of understanding rachnidian and calcic at the cost of no longer being able to speak it /:cl: --- code/modules/language/language_holder.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/language/language_holder.dm b/code/modules/language/language_holder.dm index 7b51b433adde..6e7e10a7cba6 100644 --- a/code/modules/language/language_holder.dm +++ b/code/modules/language/language_holder.dm @@ -306,13 +306,13 @@ Key procs /datum/language/machine = list(LANGUAGE_ATOM), /datum/language/draconic = list(LANGUAGE_ATOM), /datum/language/moffic = list(LANGUAGE_ATOM), + /datum/language/calcic = list(LANGUAGE_ATOM), + /datum/language/spider = list(LANGUAGE_ATOM), /datum/language/teceti_unified = list(LANGUAGE_ATOM)) spoken_languages = list(/datum/language/common = list(LANGUAGE_ATOM), /datum/language/machine = list(LANGUAGE_ATOM), /datum/language/draconic = list(LANGUAGE_ATOM), /datum/language/moffic = list(LANGUAGE_ATOM), - /datum/language/calcic = list(LANGUAGE_ATOM), - /datum/language/spider = list(LANGUAGE_ATOM), /datum/language/teceti_unified = list(LANGUAGE_ATOM)) /datum/language_holder/ipc