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 new file mode 100644 index 00000000000..422c95be929 --- /dev/null +++ b/code/modules/mob/living/carbon/human/species/outsider/vox_vr.dm @@ -0,0 +1,3 @@ +/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 diff --git a/vorestation.dme b/vorestation.dme index 95d52422410..8f61780e46e 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -2497,6 +2497,7 @@ #include "code\modules\mob\living\carbon\human\species\outsider\shadow.dm" #include "code\modules\mob\living\carbon\human\species\outsider\skeleton.dm" #include "code\modules\mob\living\carbon\human\species\outsider\vox.dm" +#include "code\modules\mob\living\carbon\human\species\outsider\vox_vr.dm" #include "code\modules\mob\living\carbon\human\species\shadekin\_defines.dm" #include "code\modules\mob\living\carbon\human\species\shadekin\shadekin.dm" #include "code\modules\mob\living\carbon\human\species\shadekin\shadekin_abilities.dm"