From a52fd76249206d04b43d61d8a34bb9db16638035 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 30 Jul 2020 15:35:54 -0400 Subject: [PATCH] Fixfix --- code/modules/mob/living/carbon/human/species/outsider/vox_vr.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species/outsider/vox_vr.dm b/code/modules/mob/living/carbon/human/species/outsider/vox_vr.dm index f572871094..d4a96209dd 100644 --- a/code/modules/mob/living/carbon/human/species/outsider/vox_vr.dm +++ b/code/modules/mob/living/carbon/human/species/outsider/vox_vr.dm @@ -1,2 +1,4 @@ /datum/species/vox + default_language = LANGUAGE_GALCOM + secondary_langs = list(LANGUAGE_VOX) speech_sounds = list() // Remove obnoxious noises on every single 'say'. Should really only be a thing for event-exclusive species like benos. \ No newline at end of file