From 963e19dcdf216c20acc87a14bce96cbd6d4365f2 Mon Sep 17 00:00:00 2001 From: Jack Edge Date: Sun, 21 May 2017 13:14:41 +0100 Subject: [PATCH] A silicon will always be able to speak Galactic Common :cl: coiax add: Galactic Common has been added to silicon's internal language database, meaning even if a cyborg is created from someone who previously did not know Galactic Common, they will be able to speak it as a silicon. /:cl: An oversight on my part. Otherwise, when you borg xeno brains, they'll only be able to speak xeno, Draconic and EAL, which is a little silly. --- code/modules/language/language_holder.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/language/language_holder.dm b/code/modules/language/language_holder.dm index 3973893b8f1..f983b28d2c9 100644 --- a/code/modules/language/language_holder.dm +++ b/code/modules/language/language_holder.dm @@ -128,7 +128,7 @@ /datum/language_holder/synthetic languages = list(/datum/language/common) - shadow_languages = list(/datum/language/machine, /datum/language/draconic) + shadow_languages = list(/datum/language/common, /datum/language/machine, /datum/language/draconic) /datum/language_holder/universal/New() ..()