From a5121d9ff01573ccd16070762374ae836647721c Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 30 Jul 2020 15:28:41 -0400 Subject: [PATCH 1/2] Fixes missing Vox Pidgin, hopefully --- code/modules/mob/living/carbon/human/species/outsider/vox_vr.dm | 1 - 1 file changed, 1 deletion(-) 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 422c95be929..f5728710948 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,3 +1,2 @@ /datum/species/vox - default_language = LANGUAGE_GALCOM 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 From a52fd76249206d04b43d61d8a34bb9db16638035 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 30 Jul 2020 15:35:54 -0400 Subject: [PATCH 2/2] 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 f5728710948..d4a96209dd9 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